Home
last modified time | relevance | path

Searched defs:upEvent (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationGestureDetectorTest.java92 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 DPipResizeGestureHandlerTest.java146 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 DSimpleSwipeTest.java100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled() local
H A DTwoFingersDownOrSwipeTest.java105 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled() local
H A DMagnificationGestureHandlerTest.java98 final MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onMotionEvent_upEvent_handleInteractionEnd() local
H A DWindowMagnificationGestureHandlerTest.java308 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 DAccessibilityFloatingMenuViewTest.java289 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 DPreferenceControllerTestHelper.java233 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 DRotaryIme.java153 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 DTouchEventGenerator.java46 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 DAutoclickController.java437 MotionEvent upEvent = MotionEvent.obtain(downEvent); in sendClick() local
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorCursorDragTest.java736 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 DEditorTouchStateTest.java496 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 DTouchExplorerTest.java621 private MotionEvent upEvent() { in upEvent() method in TouchExplorerTest
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java430 KeyEvent upEvent = createKeyEvent(/* down= */ false, uptime, uptime, keyCode); in rotaryEventToKeyEvents() local
/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java1016 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 DDisplayContentTests.java2543 final MotionEvent upEvent = MotionEvent.obtain( in tapOnDisplay() local
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java2745 KeyEvent upEvent = KeyEvent.changeAction(keyEvent, KeyEvent.ACTION_UP); in createCanceledKeyEvent() local