Searched refs:TouchInputMapperTest (Results 1 – 1 of 1) sorted by relevance
2888 class TouchInputMapperTest : public InputMapperTest { class2949 const int32_t TouchInputMapperTest::RAW_X_MIN = 25;2950 const int32_t TouchInputMapperTest::RAW_X_MAX = 1019;2951 const int32_t TouchInputMapperTest::RAW_Y_MIN = 30;2952 const int32_t TouchInputMapperTest::RAW_Y_MAX = 1009;2953 const int32_t TouchInputMapperTest::RAW_TOUCH_MIN = 0;2954 const int32_t TouchInputMapperTest::RAW_TOUCH_MAX = 31;2955 const int32_t TouchInputMapperTest::RAW_TOOL_MIN = 0;2956 const int32_t TouchInputMapperTest::RAW_TOOL_MAX = 15;2957 const int32_t TouchInputMapperTest::RAW_PRESSURE_MIN = RAW_TOUCH_MIN;[all …]