commit | 926470f15264246c9584033785ead8fb693bf3bd | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Tue Jan 10 21:22:20 2023 +0000 |
committer | Jeff DeCew <jeffdq@google.com> | Tue Jan 10 21:22:28 2023 +0000 |
tree | 0a10243363e4da76d8dd9d6c77a1b8937b6c9e54 | |
parent | 11a962069794045e2778ba16caaef0946b7becd1 [diff] |
Use MotionEvent.getEventTime() instead of SystemClock.uptimeMillis() This should be perfectly safe since this value is only used for reporting the timestamp to ActivityOptions.SourceInfo, and getEventTime is a timestamp in the uptime clock base. Change-Id: Ie6d55f85dba083834e76edd826c5eca52fda1cf0 Fixes: 265053878 Test: treehugger