Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2755 class TouchInputMapperTest : public InputMapperTest { class
2816 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
2817 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
2818 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
2819 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
2820 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
2821 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
2822 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
2823 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;
2824 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = RAW_TOUCH_MIN;
[all …]