Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3807 class TouchInputMapperTest : public InputMapperTest { class
3872 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;
3873 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;
3874 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;
3875 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;
3876 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;
3877 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;
3878 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;
3879 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;
3880 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = 0;
[all …]