Home
last modified time | relevance | path

Searched refs:touch_major_res (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h35 int32_t touch_major_res = 1; // info.GetAbsInfoByCode(ABS_MT_TOUCH_MAJOR).resolution; member
DUnwantedInteractionBlocker.cpp260 out.touch_major_res = axisMajor->resolution; in createPalmFilterDeviceInfo()
751 deviceInfo << mDeviceInfo << ", touch_major_res=" << mDeviceInfo.touch_major_res in dump()
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp133 ASSERT_EQ(MAJOR_RESOLUTION, info.touch_major_res); in TEST()