Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java103 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
DKeyEventInjectionTest.java165 KeyEvent downEvent = in sendKeyViaInstrumentation() local
DViewUnbufferedTest.java192 MotionEvent downEvent = in sendPointerEvents() local
DViewTest.java2497 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/
DInputShellCommandTest.kt161 val downEvent = getMotionEvent() in assertTapToolType() constant
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DDisplayUtils.java184 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in touchDisplay() local
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java627 final KeyEvent downEvent = in sendKeySync() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityDisplayProxyTest.java904 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
DAccessibilityGestureDispatchTest.java257 MotionEvent downEvent = mMotionEvents.get(0); in testSwipe_shouldContainPointsInALine() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DWindowTest.java821 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/
DTouchHelper.java158 final KeyEvent downEvent = in injectKeyActionDown() local
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java370 MotionEvent downEvent = MotionEvent.obtain(systemClock, systemClock, in injectTapEvent() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowFocusTests.java122 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapOn() local
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java539 var downEvent = passengerActivity.getInputEvent(); in assertReceivedKeyCode() local