Home
last modified time | relevance | path

Searched defs:event1 (Results 1 – 9 of 9) 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/tests/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandlerTest.java188 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeUp_whenBouncerInitiallyShowing_doesNotSetExpansion() local
215 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in testSwipeDown_whenBouncerInitiallyHidden_doesNotSetExpansion() local
272 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in verifyScroll() local
472 final MotionEvent event1 = MotionEvent.obtain(0, 0, MotionEvent.ACTION_MOVE, in swipeToPosition() 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.java355 SensorEvent event1 = mock(SensorEvent.class); in create_sensor() local
391 SensorEvent event1 = mock(SensorEvent.class); in test_invalidSensorValues() local
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ip/
DConntrackMonitorTest.java229 final ConntrackEvent event1 = makeTestConntrackEvent(IPCTNL_MSG_CT_NEW, 1234 /* status */, in testConntrackEventEquals() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java720 MotionEvent event1 = transformEventForView(createMotionEvent(100f, 100f), mStackScroller); in testInsideQSHeader_noOffset() local
736 MotionEvent event1 = transformEventForView(createMotionEvent(50f, 50f), mStackScroller); in testInsideQSHeader_Offset() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp1042 const auto& event1 = packet1.frame_timeline_event(); in TEST_F() local
1119 const auto& event1 = packet1.frame_timeline_event(); in TEST_F() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java2663 PresenceNotifyEvent event1 = new PresenceNotifyEvent(); in addPresenceNotifyEvent_withSameProto() local