Searched refs:GetAbsResolution (Results 1 – 2 of 2) sorted by relevance
82 float GetAbsResolution(int /*axis*/) { return 20; } in GetAbsResolution() function in ui::EventDeviceInfo144 nocturne_touchscreen_.GetAbsResolution(ABS_MT_POSITION_X)); in TEST_P()146 nocturne_touchscreen_.GetAbsResolution(ABS_MT_POSITION_Y)); in TEST_P()148 nocturne_touchscreen_.GetAbsResolution(ABS_MT_TOUCH_MAJOR)); in TEST_P()151 nocturne_touchscreen_.GetAbsResolution(ABS_MT_TOUCH_MINOR)); in TEST_P()229 link_touchscreen.GetAbsResolution(ABS_MT_POSITION_X) / 40.0f, 0.0}; in TEST_P()
18 info.x_res = devinfo.GetAbsResolution(ABS_MT_POSITION_X); in CreatePalmFilterDeviceInfo()20 info.y_res = devinfo.GetAbsResolution(ABS_MT_POSITION_Y); in CreatePalmFilterDeviceInfo()28 info.major_radius_res = devinfo.GetAbsResolution(ABS_MT_TOUCH_MAJOR); in CreatePalmFilterDeviceInfo()35 info.minor_radius_res = devinfo.GetAbsResolution(ABS_MT_TOUCH_MINOR); in CreatePalmFilterDeviceInfo()