Searched refs:SingleTouchInputMapperTest (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2581 // --- SingleTouchInputMapperTest ---
2583 class SingleTouchInputMapperTest : public TouchInputMapperTest { class in namespace:android
2599 void SingleTouchInputMapperTest::prepareButtons() {
2603 void SingleTouchInputMapperTest::prepareAxes(int axes) {
2630 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) {
2636 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) {
2641 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) {
2645 void SingleTouchInputMapperTest::processPressure(
2650 void SingleTouchInputMapperTest::processToolMajor(
2655 void SingleTouchInputMapperTest
[all...]

Completed in 873 milliseconds