Home
last modified time | relevance | path

Searched defs:event1 (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DEditorTouchStateTest.java64 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 …]
DEditorCursorDragTest.java296 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
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java320 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeDown_doesNotSetExpansion() local
347 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeDown_whenBouncerInitiallyHidden_doesNotSetExpansion_directionFiltering() local
388 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeUp_keyguardNotSecure_doesNotExpand() local
419 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeDown_keyguardNotSecure_doesNotExpand() local
439 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in verifyScroll() local
568 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in swipeToPosition() local
DShadeTouchHandlerTest.java174 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, 0, startY, 0); in swipe() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/usage/
DUserUsageStatsServiceTest.java153 Event event1 = new Event(NOTIFICATION_SEEN, SystemClock.elapsedRealtime()); in testQueryEarliestEventsForPackage() local
187 Event event1 = new Event(NOTIFICATION_SEEN, SystemClock.elapsedRealtime()); in testQueryEarliestEventsForPackage_Caching() local
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DDeviceStateProviderImplTest.java392 SensorEvent event1 = mock(SensorEvent.class); in create_sensor() local
536 SensorEvent event1 = mock(SensorEvent.class); in test_invalidSensorValues() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/
DBackupManagerMonitorDumpsysUtilsTest.java105 Bundle event1 = createRestoreBMMEvent(); in parseBackupManagerMonitorEventForDumpsys_notFirstEvent_doNotChangeSetUpTimestamp() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java743 MotionEvent event1 = transformEventForView(createMotionEvent(100f, 100f), mStackScroller); in testInsideQSHeader_noOffset() local
760 MotionEvent event1 = transformEventForView(createMotionEvent(50f, 50f), mStackScroller); in testInsideQSHeader_Offset() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java1146 InteractionEvent event1, InteractionEvent event2, boolean a11y) in givenFingerEvent()
/frameworks/base/core/tests/coretests/src/android/view/stylus/
DHandwritingInitiatorTest.java906 MotionEvent event1 = createStylusEvent(ACTION_DOWN, x, y, 0); in injectStylusEvent() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp1346 const auto& event1 = packet1.frame_timeline_event(); in TEST_F() local
1427 const auto& event1 = packet1.frame_timeline_event(); in TEST_F() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java3379 PresenceNotifyEvent event1 = new PresenceNotifyEvent(); in addPresenceNotifyEvent_withSameProto() local