Searched refs:processDown (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4490 void processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y); 4528 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown() function in android::SingleTouchInputMapperTest 4602 processDown(mapper, x, y); in TEST_F() 4630 processDown(mapper, x, y); in TEST_F() 4674 processDown(mapper, x, y); in TEST_F() 4724 processDown(mapper, x, y); in TEST_F() 4845 processDown(mapper, x, y); in TEST_F() 4920 processDown(mapper, x, y); in TEST_F() 5016 processDown(mapper, x, y); in TEST_F() 5103 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F() [all …]
|