Searched refs:createTouchDownEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 895 MotionEvent createTouchDownEvent(float x, float y, float dx, float dy, in createTouchDownEvent() function 908 MotionEvent event = createTouchDownEvent(60, 100, 42, 96, transform, rawTransform); in TEST_F() 917 MotionEvent changedEvent = createTouchDownEvent(60, 100, 42, 96, identity, identity); in TEST_F() 995 const MotionEvent event = createTouchDownEvent(60, 100, 42, 96, transform, rawTransform); in TEST_F()
|