/frameworks/base/core/tests/coretests/src/android/widget/ |
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 …]
|
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
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
D | BouncerSwipeTouchHandlerTest.java | 188 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/ |
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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
D | DeviceStateProviderImplTest.java | 355 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/ |
D | ConntrackMonitorTest.java | 229 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/ |
D | NotificationStackScrollLayoutTest.java | 720 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/ |
D | FrameTimelineTest.cpp | 1042 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/ |
D | PersistAtomsStorageTest.java | 2663 PresenceNotifyEvent event1 = new PresenceNotifyEvent(); in addPresenceNotifyEvent_withSameProto() local
|