/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | VerifyInputEventTest.java | 112 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEvent() local 135 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testKeyEventWithoutHmac() local 158 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in testTamperedKeyEvent() local 181 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testMotionEvent() local 209 MotionEvent upEvent = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_UP, in testMotionEventWithoutHmac() local 238 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testTamperedMotionEvent() local 267 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), KeyEvent.ACTION_UP, in testDeviceIdBecomesVirtualForInjectedKeys() local 299 MotionEvent upEvent = MotionEvent.obtain(downTime, SystemClock.uptimeMillis(), in testDeviceIdBecomesVirtualForInjectedMotions() local
|
H A D | KeyEventInjectionTest.java | 174 KeyEvent upEvent = new KeyEvent(downTime, SystemClock.uptimeMillis(), in sendKeyViaInstrumentation() local
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | HandwritingInitiatorPerfTest.java | 77 final MotionEvent upEvent = in onTouchEvent_actionDown_toolTypeStylus() local 93 final MotionEvent upEvent = in onTouchEvent_actionUp_toolTypeStylus() local 116 final MotionEvent upEvent = in onTouchEvent_actionMove_toolTypeStylus() local 137 final MotionEvent upEvent = in onTouchEvent_actionDown_toolTypeFinger() local 151 final MotionEvent upEvent = in onTouchEvent_actionUp_toolTypeFinger() local 174 final MotionEvent upEvent = in onTouchEvent_actionMove_toolTypeFinger() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetectorTest.java | 95 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTap_invokeCallbacksInOrder() local 127 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performSingleTapWithTwoPointers_notInvokeSingleTapCallback() local 141 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performLongPress_invokeCallbacksInOrder() local 163 final MotionEvent upEvent = mMotionEventHelper.obtainMotionEvent(downTime, downTime, in performDrag_invokeCallbacksInOrder() local
|
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/ |
H A D | InputManagerServiceTests.kt | 388 val upEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_UP) in addUniqueIdAssociationByDescriptor_verifyAssociations() constant 450 val upEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_UP) in addUniqueIdAssociationByPort_verifyAssociations() constant
|
H A D | KeyGestureControllerTests.kt | 1652 val upEvent = KeyEvent( in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 176 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getBigger() local 215 MotionEvent upEvent = obtainMotionEvent(MotionEvent.ACTION_UP, topLeft, bottomRight); in twoInput_triggersPinchResize_getSmaller() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/ |
H A D | BouncerFullscreenSwipeTouchHandlerTest.java | 272 MotionEvent upEvent = Mockito.mock(MotionEvent.class); in testFullSwipe_motionUpResetsTouchState() local 296 MotionEvent upEvent = Mockito.mock(MotionEvent.class); in testFullSwipe_motionCancelResetsTouchState() local
|
H A D | ShadeTouchHandlerTest.kt | 262 val upEvent: MotionEvent = mock() in testFullVerticalSwipe_resetsTouchStateOnUp() constant 278 val upEvent: MotionEvent = mock() in testFullVerticalSwipe_resetsTouchStateOnCancel() constant
|
/aosp_15_r20/cts/tests/input/src/android/input/cts/ |
H A D | InputShellCommandTest.kt | 169 val upEvent = getMotionEvent() in assertTapToolType() constant
|
H A D | InputInjectionTest.kt | 246 val upEvent = MotionEvent.obtain( in <lambda>() constant
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowViewGroupTest.java | 481 MotionEvent upEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in requestDisallowInterceptTouchEvent_isReflected() local 499 assertSame(shadowOf(child3a).getLastTouchEvent(), upEvent); in requestDisallowInterceptTouchEvent_isReflected() local
|
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
H A D | Root.kt | 395 val upEvent = in sendKey() constant
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationGestureHandlerTest.java | 2239 private MotionEvent upEvent() { in upEvent() method 2243 private MotionEvent upEvent(float x, float y) { in upEvent() method 2247 private MotionEvent upEvent(float x, float y, long downTime) { in upEvent() method
|
H A D | SimpleSwipeTest.java | 100 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCanceled() local
|
H A D | TwoFingersDownOrSwipeTest.java | 132 final MotionEvent upEvent = TouchEventGenerator.upEvent(Display.DEFAULT_DISPLAY, in sendSingleTapEvent_onGestureCancelled() local
|
H A D | MagnificationGestureHandlerTest.java | 171 final MotionEvent upEvent = MotionEvent.obtain(0, 0, ACTION_UP, 0, 0, 0); in onMotionEvent_upEvent_handleInteractionEnd() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/multivalentTests/src/com/android/systemui/car/keyguard/passenger/ |
D | PassengerPinPadViewTest.java | 101 MotionEvent upEvent = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, in testBackspaceClickHandler() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
H A D | WindowTest.java | 745 KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, keyCode); in injectKeyEvent() local 757 MotionEvent upEvent = MotionEvent.obtain(downTime, upTime, MotionEvent.ACTION_UP, in injectTouchEvent() local
|
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/common/ |
D | PreferenceControllerTestHelper.java | 274 private static Lifecycle.Event upEvent(Lifecycle.State state) { in upEvent() method in PreferenceControllerTestHelper
|
/aosp_15_r20/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
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
H A D | DisplayUtils.java | 191 final MotionEvent upEvent = MotionEvent.obtain(downEventTime, upEventTime, in touchDisplay() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 1377 MotionEvent upEvent = MotionEvent.obtain( in testDispatchTouchEvent_sceneContainerEnabled() local 1397 MotionEvent upEvent = MotionEvent.obtain( in testDispatchTouchEvent_sceneContainerEnabled_ignoresInitialActionUp() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | TouchEventGenerator.java | 72 public static MotionEvent upEvent(int displayId, float x, float y) { in upEvent() method in TouchEventGenerator
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsShell.kt | 179 val upEvent: MotionEvent? = in simFingerUp() constant
|