/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorTouchStateTest.java | 64 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_singleTap() local 85 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_doubleTap_sameArea() local 107 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_doubleTap_notSameArea() local 136 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_doubleTap_delayAfterFirstDownEvent() local 160 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_quickTapAfterDrag() local 190 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_tripleClick_mouse() local 231 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_tripleClick_touch() local 266 MotionEvent event1 = downEvent(event1Time, event1Time, 20f, 30f); in testUpdate_drag() local 296 MotionEvent event1 = downEvent(event1Time, event1Time, 0f, 0f); in testUpdate_drag_startsCloseToVerticalThenHorizontal() local 325 MotionEvent event1 = downEvent(event1Time, event1Time, 0f, 0f); in testUpdate_drag_startsHorizontalThenVertical() local [all …]
|
H A D | EditorCursorDragTest.java | 296 MotionEvent event1 = downEvent(tv, event1Time, event1Time, 5f, 10f); in testEditor_onTouchEvent_quickTapAfterDrag() local 351 MotionEvent event1 = mouseDownEvent(tv, event1Time, event1Time, 20f, 30f); in testEditor_onTouchEvent_mouseDrag() local 380 MotionEvent event1 = downEvent(tv, event1Time, event1Time, 20f, 30f); in testEditor_onTouchEvent_cursorDrag() local 415 MotionEvent event1 = downEvent(tv, event1Time, event1Time, 20f, 30f); in testEditor_onTouchEvent_selectionDrag() local 456 MotionEvent event1 = downEvent(tv, event1Time, event1Time, 20f, 30f); in testCursorDrag_nonSelectableTextView() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandlerTest.java | 208 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeUp_whenBouncerInitiallyShowing_doesNotSetExpansion() local 235 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeDown_whenBouncerInitiallyHidden_doesNotSetExpansion() local 302 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeUp_keyguardNotSecure_doesNotExpand() local 318 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in verifyScroll() local 518 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in swipeToPosition() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/usage/ |
H A D | UserUsageStatsServiceTest.java | 153 Event event1 = new Event(NOTIFICATION_SEEN, SystemClock.elapsedRealtime()); in testQueryEarliestEventsForPackage() local 187 Event event1 = new Event(NOTIFICATION_SEEN, SystemClock.elapsedRealtime()); in testQueryEarliestEventsForPackage_Caching() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
H A D | DeviceStateProviderImplTest.java | 382 SensorEvent event1 = mock(SensorEvent.class); in create_sensor() local 534 SensorEvent event1 = mock(SensorEvent.class); in test_invalidSensorValues() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/ |
H A D | BackupManagerMonitorDumpsysUtilsTest.java | 105 Bundle event1 = createRestoreBMMEvent(); in parseBackupManagerMonitorEventForDumpsys_notFirstEvent_doNotChangeSetUpTimestamp() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 753 MotionEvent event1 = transformEventForView(createMotionEvent(100f, 100f), mStackScroller); in testInsideQSHeader_noOffset() local 769 MotionEvent event1 = transformEventForView(createMotionEvent(50f, 50f), mStackScroller); in testInsideQSHeader_Offset() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingInitiatorTest.java | 803 MotionEvent event1 = createStylusEvent(ACTION_DOWN, x, y, 0); in injectStylusEvent() local
|