Searched refs:TouchInputMapperTest (Results 1 – 1 of 1) sorted by relevance
3036 class TouchInputMapperTest : public InputMapperTest { class3103 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;3104 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;3105 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;3106 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;3107 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;3108 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;3109 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;3110 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;3111 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = 0;[all …]