Searched refs:createTouchDownEvent (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputEvent_test.cpp | 662 MotionEvent createTouchDownEvent(float x, float y, float dx, float dy, in createTouchDownEvent() function 692 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_90); in TEST_F() 701 MotionEvent changedEvent = createTouchDownEvent(60, 100, 42, 96, identity); in TEST_F() 732 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_90); in TEST_F() 749 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform); in TEST_F() 765 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_90); in TEST_F() 779 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_180); in TEST_F() 791 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_270); in TEST_F() 803 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, xform, ui::Transform::ROT_90); in TEST_F()
|