Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
DHandwritingInitiatorPerfTest.java74 final MotionEvent upEvent = in onTouchEvent_actionDown_toolTypeStylus() local
90 final MotionEvent upEvent = in onTouchEvent_actionUp_toolTypeStylus() local
113 final MotionEvent upEvent = in onTouchEvent_actionMove_toolTypeStylus() local
134 final MotionEvent upEvent = in onTouchEvent_actionDown_toolTypeFinger() local
148 final MotionEvent upEvent = in onTouchEvent_actionUp_toolTypeFinger() local
171 final MotionEvent upEvent = in onTouchEvent_actionMove_toolTypeFinger() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMagnificationGestureDetectorTest.java96 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTap_invokeCallbacksInOrder() local
128 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTapWithTwoPointers_notInvokeSingleTapCallback() local
142 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performLongPress_invokeCallbacksInOrder() local
164 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/
DPipResizeGestureHandlerTest.java168 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getBigger() local
207 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getSmaller() local
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DShortcutKeyTestBase.java124 final KeyEvent upEvent = new KeyEvent(downTime, eventTime, KeyEvent.ACTION_UP, keyCode, in sendKeyCombination() local
156 final KeyEvent upEvent = new KeyEvent(downTime, eventTime, KeyEvent.ACTION_UP, keyCode, in sendKey() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DSimpleSwipeTest.java100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled() local
DTwoFingersDownOrSwipeTest.java105 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled() local
DMagnificationGestureHandlerTest.java98 final MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onMotionEvent_upEvent_handleInteractionEnd() local
DFullScreenMagnificationGestureHandlerTest.java949 private MotionEvent upEvent() { in upEvent() method
953 private MotionEvent upEvent(float x, float y) { in upEvent() method
957 private MotionEvent upEvent(float x, float y, long downTime) { in upEvent() method
DWindowMagnificationGestureHandlerTest.java367 private MotionEvent upEvent(float x, float y) { in upEvent() method in WindowMagnificationGestureHandlerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java899 MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onFingerUp_displayConfigurationParameterized() local
912 MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onFingerUp_displayConfigurationParameterized() local
1014 MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in aodInterruptCancelTimeoutActionOnFingerUpParameterized() local
1260 MotionEvent upEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in onTouch_withoutNewTouchDetection_shouldCallOldFingerprintManagerPath() local
1305 MotionEvent upEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in onTouch_withNewTouchDetection_shouldCallNewFingerprintManagerPath() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DTouchEventGenerator.java46 public static MotionEvent upEvent(int displayId, float x, float y) { in upEvent() method in TouchEventGenerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsShell.kt159 val upEvent: MotionEvent? = obtainMotionEvent(ACTION_UP, sensorBounds.exactCenterX(), in simFingerUp() constant
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java445 MotionEvent upEvent = MotionEvent.obtain(downEvent); in sendClick() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandlerTest.java526 final MotionEvent upEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, in swipeToPosition() local
/frameworks/base/core/tests/coretests/src/android/widget/
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
DEditorTouchStateTest.java496 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/
DTouchExplorerTest.java621 private MotionEvent upEvent() { in upEvent() method in TouchExplorerTest
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java565 final KeyEvent upEvent = new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, in sendKeyCombination() local
/frameworks/base/core/java/android/app/
DInstrumentation.java1043 final KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER); in invokeContextMenuAction() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java3013 final MotionEvent upEvent = MotionEvent.obtain( in tapOnDisplay() local
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java2770 KeyEvent upEvent = KeyEvent.changeAction(keyEvent, KeyEvent.ACTION_UP); in createCanceledKeyEvent() local