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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2456 // --- TouchInputMapperTest ---
2458 class TouchInputMapperTest : public InputMapperTest { class in namespace:android
2513 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
2514 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
2515 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
2516 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
2517 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
2518 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
2519 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
2520 const int32_t TouchInputMapperTest
[all...]

Completed in 1452 milliseconds