/cts/tests/tests/view/src/android/view/cts/ |
D | VerifyInputEventTest.java | 103 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEvent() local 127 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEventWithoutHmac() local 149 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testTamperedKeyEvent() local 169 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEvent() local 197 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEventWithoutHmac() local 222 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testTamperedMotionEvent() local 249 KeyEvent downEvent = new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedKeys() local 279 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedMotions() local
|
D | KeyEventInjectionTest.java | 165 KeyEvent downEvent = in sendKeyViaInstrumentation() local
|
D | ViewUnbufferedTest.java | 192 MotionEvent downEvent = in sendPointerEvents() local
|
D | ViewTest.java | 2497 MotionEvent downEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_DOWN, in testSetAllowClickWhenDisabled() local 3372 MotionEvent downEvent = in testOnTouchListener() local
|
/cts/tests/input/src/android/input/cts/ |
D | InputShellCommandTest.kt | 161 val downEvent = getMotionEvent() in assertTapToolType() constant
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | DisplayUtils.java | 184 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in touchDisplay() local
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 627 final KeyEvent downEvent = in sendKeySync() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityDisplayProxyTest.java | 904 final MotionEvent downEvent = getDownMotionEvent(mProxiedVirtualDisplayActivityTitle, in testOnA11yEvent_touchProxyDisplay_proxyDoesNotReceiveInteractionEvent() local 928 final MotionEvent downEvent = getDownMotionEvent(getActivityTitle(sInstrumentation, in testOnA11yEvent_touchDefaultDisplay_serviceReceivesInteractionEvent() local 953 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in getDownMotionEvent() local
|
D | AccessibilityGestureDispatchTest.java | 257 MotionEvent downEvent = mMotionEvents.get(0); in testSwipe_shouldContainPointsInALine() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | WindowTest.java | 821 KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent() local 830 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in injectTouchEvent() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 158 final KeyEvent downEvent = in injectKeyActionDown() local
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 370 MotionEvent downEvent = MotionEvent.obtain(systemClock, systemClock, in injectTapEvent() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WindowFocusTests.java | 122 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapOn() local
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarInputTest.java | 539 var downEvent = passengerActivity.getInputEvent(); in assertReceivedKeyCode() local
|