Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
H A Dneural_stylus_palm_detection_filter_util_unittest.cc82 float GetAbsResolution(int /*axis*/) { return 20; } in GetAbsResolution() function in ui::EventDeviceInfo
144 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()
H A Dneural_stylus_palm_detection_filter_util.cc18 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()