Searched defs:processDown (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2588 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
2630 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { function in class:android::SingleTouchInputMapperTest
2731 processDown(mapper, x, y);
2760 processDown(mapper, x, y);
2806 processDown(mapper, x, y);
2857 processDown(mapper, x, y);
2979 processDown(mapper, x, y);
3053 processDown(mapper, x, y);
3140 processDown(mapper, toRawX(50), toRawY(75));
3163 processDown(mappe
[all...]

Completed in 293 milliseconds