Searched refs:TouchInputMapperTest (Results 1 – 1 of 1) sorted by relevance
3195 class TouchInputMapperTest : public InputMapperTest { class3260 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;3261 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;3262 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;3263 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;3264 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;3265 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;3266 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;3267 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;3268 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = 0;[all …]