Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java112 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEvent() local
135 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEventWithoutHmac() local
158 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testTamperedKeyEvent() local
180 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testMotionEvent() local
206 MotionEvent upEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_UP, in testMotionEventWithoutHmac() local
233 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testTamperedMotionEvent() local
261 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), KeyEvent.ACTION_UP, in testDeviceIdBecomesVirtualForInjectedKeys() local
292 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testDeviceIdBecomesVirtualForInjectedMotions() local
DKeyEventInjectionTest.java174 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in sendKeyViaInstrumentation() local
DViewUnbufferedTest.java215 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in sendPointerEvents() local
DViewTest.java2501 MotionEvent upEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, in testSetAllowClickWhenDisabled() local
3377 MotionEvent upEvent = in testOnTouchListener() local
/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt165 val upEvent = getMotionEvent() in assertTapToolType() constant
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DDisplayUtils.java191 final MotionEvent upEvent = MotionEvent.obtain(downEventTime, upEventTime, in touchDisplay() local
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java631 final KeyEvent upEvent = in sendKeySync() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowTest.java823 KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, keyCode); in injectKeyEvent() local
835 MotionEvent upEvent = MotionEvent.obtain(downTime, upTime, MotionEvent.ACTION_UP, in injectTouchEvent() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java178 final KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in injectKeyActionUp() local
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java375 MotionEvent upEvent = MotionEvent.obtain(systemClock, in injectTapEvent() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java258 MotionEvent upEvent = mMotionEvents.get(numEvents - 1); in testSwipe_shouldContainPointsInALine() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowFocusTests.java126 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.elapsedRealtime(), in tapOn() local
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java540 var upEvent = passengerActivity.getInputEvent(); in assertReceivedKeyCode() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java1458 MotionEvent upEvent = in testOnViewClicked_withStylusHandwriting() local