Searched refs:downEventTime (Results 1 – 2 of 2) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | DisplayUtils.java | 183 final long downEventTime = SystemClock.uptimeMillis(); in touchDisplay() local 184 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in touchDisplay() 185 downEventTime, MotionEvent.ACTION_DOWN, xOnScreen, yOnScreen, 0); in touchDisplay() 190 final long upEventTime = downEventTime + 10; in touchDisplay() 191 final MotionEvent upEvent = MotionEvent.obtain(downEventTime, upEventTime, in touchDisplay()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityDisplayProxyTest.java | 952 final long downEventTime = SystemClock.uptimeMillis(); in getDownMotionEvent() local 953 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in getDownMotionEvent() 954 downEventTime, MotionEvent.ACTION_DOWN, xOnScreen, yOnScreen, 0); in getDownMotionEvent()
|