/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetectorTest.java | 92 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTap_invokeCallbacksInOrder() local 124 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTapWithTwoPointers_notInvokeSingleTapCallback() local 138 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performLongPress_invokeCallbacksInOrder() local 160 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performDrag_invokeCallbacksInOrder() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 146 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getBigger() local 185 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getSmaller() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | SimpleSwipeTest.java | 100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled() local
|
H A D | TwoFingersDownOrSwipeTest.java | 105 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled() local
|
H A D | MagnificationGestureHandlerTest.java | 98 final MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onMotionEvent_upEvent_handleInteractionEnd() local
|
H A D | WindowMagnificationGestureHandlerTest.java | 308 private MotionEvent upEvent(float x, float y) { in upEvent() method in WindowMagnificationGestureHandlerTest
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuViewTest.java | 289 final MotionEvent upEvent = in tapOnAndDragMenu_interceptUpEvent() local 325 final MotionEvent upEvent = in tapOnAndDragMenu_matchLocation() local 364 final MotionEvent upEvent = in tapOnAndDragMenuToDisplaySide_transformShapeHalfOval() local
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
H A D | PreferenceControllerTestHelper.java | 233 private static Lifecycle.Event upEvent(Lifecycle.State state) { in upEvent() method in PreferenceControllerTestHelper
|
/aosp12/packages/apps/Car/tests/RotaryIME/src/com/android/car/rotaryime/ |
H A D | RotaryIme.java | 153 KeyEvent upEvent = new KeyEvent(uptimeMillis, uptimeMillis, KeyEvent.ACTION_UP, in sendDownUpKeyEvents() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | TouchEventGenerator.java | 46 public static MotionEvent upEvent(int displayId, float x, float y) { in upEvent() method in TouchEventGenerator
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AutoclickController.java | 437 MotionEvent upEvent = MotionEvent.obtain(downEvent); in sendClick() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorCursorDragTest.java | 736 private MotionEvent upEvent(View view, long downTime, long eventTime, float x, float y) { in upEvent() method in EditorCursorDragTest 805 MotionEvent upEvent = upEvent(tv, downEventTime, upEventTime, upCoords[0], upCoords[1]); in simulateDrag() local
|
H A D | EditorTouchStateTest.java | 496 private static MotionEvent upEvent(long downTime, long eventTime, float x, float y) { in upEvent() method in EditorTouchStateTest
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | TouchExplorerTest.java | 621 private MotionEvent upEvent() { in upEvent() method in TouchExplorerTest
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarInputService.java | 430 KeyEvent upEvent = createKeyEvent(/* down= */ false, uptime, uptime, keyCode); in rotaryEventToKeyEvents() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Instrumentation.java | 1016 final KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER); in invokeContextMenuAction() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 2543 final MotionEvent upEvent = MotionEvent.obtain( in tapOnDisplay() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionService.java | 2745 KeyEvent upEvent = KeyEvent.changeAction(keyEvent, KeyEvent.ACTION_UP); in createCanceledKeyEvent() local
|