Searched refs:processDown (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3979 void processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y); 4017 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown() function in android::SingleTouchInputMapperTest 4110 processDown(mapper, x, y); in TEST_F() 4138 processDown(mapper, x, y); in TEST_F() 4182 processDown(mapper, x, y); in TEST_F() 4232 processDown(mapper, x, y); in TEST_F() 4353 processDown(mapper, x, y); in TEST_F() 4428 processDown(mapper, x, y); in TEST_F() 4524 processDown(mapper, x, y); in TEST_F() 4610 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F() [all …]
|