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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2448 // --- TouchInputMapperTest ---
2450 class TouchInputMapperTest : public InputMapperTest { class in namespace:android
2505 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
2506 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
2507 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
2508 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
2509 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
2510 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
2511 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
2512 const int32_t TouchInputMapperTest
[all...]

Completed in 25 milliseconds