Home
last modified time | relevance | path

Searched defs:upEvent (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java102 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEvent() local
125 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEventWithoutHmac() local
148 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testTamperedKeyEvent() local
169 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testMotionEvent() local
193 MotionEvent upEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_UP, in testMotionEventWithoutHmac() local
218 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testTamperedMotionEvent() local
245 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), KeyEvent.ACTION_UP, in testDeviceIdBecomesVirtualForInjectedKeys() local
275 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testDeviceIdBecomesVirtualForInjectedMotions() local
DKeyEventInjectionTest.java165 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in sendKeyViaInstrumentation() local
DViewUnbufferedTest.java205 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in sendPointerEvents() local
DViewTest.java2375 MotionEvent upEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, in testSetAllowClickWhenDisabled() local
3246 MotionEvent upEvent = in testOnTouchListener() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java294 final MotionEvent upEvent = MotionEvent.obtain(downEventTime, upEventTime, in moveFocusToAnotherDisplay_movesActiveAndFocusWindow() local
DAccessibilityGestureDispatchTest.java252 MotionEvent upEvent = mMotionEvents.get(numEvents - 1); in testSwipe_shouldContainPointsInALine() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java162 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in injectKey() local
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java679 final KeyEvent upEvent = in sendKeySync() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java784 KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, keyCode); in injectKeyEvent() local
796 MotionEvent upEvent = MotionEvent.obtain(downTime, upTime, MotionEvent.ACTION_UP, in injectTouchEvent() local
DWindowFocusTests.java113 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.elapsedRealtime(), in tapOn() local