Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java93 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
DKeyEventInjectionTest.java156 KeyEvent downEvent = in sendKeyViaInstrumentation() local
DViewUnbufferedTest.java182 MotionEvent downEvent = in sendPointerEvents() local
DViewTest.java2371 MotionEvent downEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_DOWN, in testSetAllowClickWhenDisabled() local
3241 MotionEvent downEvent = in testOnTouchListener() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java287 final MotionEvent downEvent = MotionEvent.obtain(downEventTime, in moveFocusToAnotherDisplay_movesActiveAndFocusWindow() local
DAccessibilityGestureDispatchTest.java251 MotionEvent downEvent = mMotionEvents.get(0); in testSwipe_shouldContainPointsInALine() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java153 KeyEvent downEvent = in injectKey() local
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java675 final KeyEvent downEvent = in sendKeySync() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java782 KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode); in injectKeyEvent() local
791 MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, in injectTouchEvent() local
DWindowFocusTests.java109 final MotionEvent downEvent = MotionEvent.obtain(downTime, downTime, in tapOn() local