Searched refs:event5 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorTouchStateTest.java | 220 MotionEvent event5 = downEvent(event5Time, event5Time, 22f, 32f); in testUpdate_tripleClick_mouse() local 221 event5.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 222 mTouchState.update(event5, mConfig); in testUpdate_tripleClick_mouse() 257 MotionEvent event5 = downEvent(event5Time, event5Time, 22f, 32f); in testUpdate_tripleClick_touch() local 258 mTouchState.update(event5, mConfig); in testUpdate_tripleClick_touch()
|
D | EditorCursorDragTest.java | 321 MotionEvent event5 = downEvent(tv, event5Time, event5Time, 90f, 10f); in testEditor_onTouchEvent_quickTapAfterDrag() local 322 mInstrumentation.runOnMainSync(() -> editor.onTouchEvent(event5)); in testEditor_onTouchEvent_quickTapAfterDrag() 439 MotionEvent event5 = upEvent(tv, event3Time, event5Time, 120f, 30f); in testEditor_onTouchEvent_selectionDrag() local 440 mInstrumentation.runOnMainSync(() -> editor.onTouchEvent(event5)); in testEditor_onTouchEvent_selectionDrag()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameTimelineTest.cpp | 1209 const auto& event5 = packet5.frame_timeline_event(); in TEST_F() local 1210 ASSERT_TRUE(event5.has_frame_end()); in TEST_F() 1211 const auto& expectedSurfaceFrameEnd1 = event5.frame_end(); in TEST_F() 1351 const auto& event5 = packet5.frame_timeline_event(); in TEST_F() local 1352 ASSERT_TRUE(event5.has_frame_end()); in TEST_F() 1353 const auto& actualSurfaceFrameEnd = event5.frame_end(); in TEST_F() 1426 const auto& event5 = packet5.frame_timeline_event(); in TEST_F() local 1427 ASSERT_TRUE(event5.has_frame_end()); in TEST_F() 1428 const auto& actualSurfaceFrameEnd = event5.frame_end(); in TEST_F()
|