Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java95 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEvent() local
119 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEventWithoutHmac() local
141 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testTamperedKeyEvent() local
161 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEvent() local
189 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEventWithoutHmac() local
214 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testTamperedMotionEvent() local
241 KeyEvent downEvent = new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedKeys() local
271 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedMotions() local
DKeyEventInjectionTest.java156 KeyEvent downEvent = in sendKeyViaInstrumentation() local
DViewUnbufferedTest.java182 MotionEvent downEvent = in sendPointerEvents() local
DViewTest.java2479 MotionEvent downEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_DOWN, in testSetAllowClickWhenDisabled() local
3354 MotionEvent downEvent = in testOnTouchListener() local
/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt116 val downEvent = getMotionEvent() in assertTapToolType() constant
DDrawingTabletTest.kt120 val downEvent = verifier.getMotionEvent() in verifyTaps() constant
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualDeviceTestCase.java231 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapActivityToFocus() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DDisplayUtils.java179 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.java868 final MotionEvent downEvent = getDownMotionEvent(mProxiedVirtualDisplayActivityTitle, in testOnA11yEvent_touchProxyDisplay_proxyDoesNotReceiveInteractionEvent() local
892 final MotionEvent downEvent = getDownMotionEvent(getActivityTitle(sInstrumentation, in testOnA11yEvent_touchDefaultDisplay_serviceReceivesInteractionEvent() local
917 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in getDownMotionEvent() local
DAccessibilityGestureDispatchTest.java255 MotionEvent downEvent = mMotionEvents.get(0); in testSwipe_shouldContainPointsInALine() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java819 KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent() local
828 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in injectTouchEvent() local
DWindowFocusTests.java111 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapOn() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java240 final MotionEvent downEvent = in injectStylusDownEvent() 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/util/src/android/server/wm/
DTouchHelper.java163 final KeyEvent downEvent = in injectKeyActionDown() local
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java326 InputEvent downEvent = mActivitiesPerDisplay.get(displayId).getInputEvent(); in assertReceivedKeyCode() local