Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4308 class TouchInputMapperTest : public InputMapperTest { class
4375 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
4376 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
4377 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
4378 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
4379 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
4380 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
4381 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
4382 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;
4383 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = 0;
[all …]