Searched defs:downEvent (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | VerifyInputEventTest.java | 93 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEvent() local 117 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testKeyEventWithoutHmac() local 139 KeyEvent downEvent = new KeyEvent(downTime, downTime, in testTamperedKeyEvent() local 159 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEvent() local 185 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testMotionEventWithoutHmac() local 208 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testTamperedMotionEvent() local 233 KeyEvent downEvent = new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedKeys() local 263 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in testDeviceIdBecomesVirtualForInjectedMotions() local
|
D | KeyEventInjectionTest.java | 156 KeyEvent downEvent = in sendKeyViaInstrumentation() local
|
D | ViewUnbufferedTest.java | 182 MotionEvent downEvent = in sendPointerEvents() local
|
D | ViewTest.java | 2375 MotionEvent downEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_DOWN, in testSetAllowClickWhenDisabled() local 3245 MotionEvent downEvent = in testOnTouchListener() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityWindowReportingTest.java | 287 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in moveFocusToAnotherDisplay_movesActiveAndFocusWindow() local
|
D | AccessibilityGestureDispatchTest.java | 251 MotionEvent downEvent = mMotionEvents.get(0); in testSwipe_shouldContainPointsInALine() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 153 KeyEvent downEvent = in injectKey() local
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 675 final KeyEvent downEvent = in sendKeySync() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowTest.java | 794 KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent() local 803 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in injectTouchEvent() local
|
D | WindowFocusTests.java | 109 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapOn() local
|