/cts/tests/tests/view/src/android/view/cts/ |
D | VerifyInputEventTest.java | 112 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
|
D | KeyEventInjectionTest.java | 174 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in sendKeyViaInstrumentation() local
|
D | ViewUnbufferedTest.java | 215 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in sendPointerEvents() local
|
D | ViewTest.java | 2501 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/ |
D | InputShellCommandTest.kt | 165 val upEvent = getMotionEvent() in assertTapToolType() constant
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | DisplayUtils.java | 191 final MotionEvent upEvent = MotionEvent.obtain(downEventTime, upEventTime, in touchDisplay() local
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 631 final KeyEvent upEvent = in sendKeySync() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | WindowTest.java | 823 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/ |
D | TouchHelper.java | 178 final KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in injectKeyActionUp() local
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 375 MotionEvent upEvent = MotionEvent.obtain(systemClock, in injectTapEvent() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDispatchTest.java | 258 MotionEvent upEvent = mMotionEvents.get(numEvents - 1); in testSwipe_shouldContainPointsInALine() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WindowFocusTests.java | 126 final MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.elapsedRealtime(), in tapOn() local
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarInputTest.java | 540 var upEvent = passengerActivity.getInputEvent(); in assertReceivedKeyCode() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | StylusHandwritingTest.java | 1458 MotionEvent upEvent = in testOnViewClicked_withStylusHandwriting() local
|