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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2366 // --- TouchInputMapperTest ---
2368 class TouchInputMapperTest : public InputMapperTest { class in namespace:android
2419 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
2420 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
2421 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
2422 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
2423 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
2424 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
2425 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
2426 const int32_t TouchInputMapperTest
[all...]

Completed in 87 milliseconds