| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
| 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
|
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
| 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
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
| D | SimpleSwipeTest.java | 100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled() local
|
| D | TwoFingersDownOrSwipeTest.java | 105 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled() local
|
| D | MagnificationGestureHandlerTest.java | 93 final MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onMotionEvent_upEvent_handleInteractionEnd() local
|
| D | WindowMagnificationGestureHandlerTest.java | 305 private MotionEvent upEvent(float x, float y) { in upEvent() method in WindowMagnificationGestureHandlerTest
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
| D | AccessibilityFloatingMenuViewTest.java | 281 final MotionEvent upEvent = in tapOnAndDragMenu_interceptUpEvent() local 317 final MotionEvent upEvent = in tapOnAndDragMenu_matchLocation() local 356 final MotionEvent upEvent = in tapOnAndDragMenuToScreenSide_transformShapeHalfOval() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
| D | TouchEventGenerator.java | 46 public static MotionEvent upEvent(int displayId, float x, float y) { in upEvent() method in TouchEventGenerator
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | AutoclickController.java | 426 MotionEvent upEvent = MotionEvent.obtain(downEvent); in sendClick() local
|
| /frameworks/base/core/tests/coretests/src/android/widget/ |
| 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
|
| D | EditorTouchStateTest.java | 496 private static MotionEvent upEvent(long downTime, long eventTime, float x, float y) { in upEvent() method in EditorTouchStateTest
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
| D | TouchExplorerTest.java | 616 private MotionEvent upEvent() { in upEvent() method in TouchExplorerTest
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | DisplayContentTests.java | 2341 final MotionEvent upEvent = MotionEvent.obtain( in tapOnDisplay() local
|
| /frameworks/base/core/java/android/app/ |
| D | Instrumentation.java | 1004 final KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER); in invokeContextMenuAction() local
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | MediaSessionService.java | 2728 KeyEvent upEvent = KeyEvent.changeAction(keyEvent, KeyEvent.ACTION_UP); in createCanceledKeyEvent() local
|