Searched refs:processDown (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2916 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y); 2958 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown() function in android::SingleTouchInputMapperTest 3059 processDown(mapper, x, y); in TEST_F() 3088 processDown(mapper, x, y); in TEST_F() 3134 processDown(mapper, x, y); in TEST_F() 3185 processDown(mapper, x, y); in TEST_F() 3307 processDown(mapper, x, y); in TEST_F() 3383 processDown(mapper, x, y); in TEST_F() 3480 processDown(mapper, x, y); in TEST_F() 3567 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F() [all …]
|