Searched refs:touchMajorInfo (Results 1 – 1 of 1) sorted by relevance
73 RawAbsoluteAxisInfo touchMajorInfo, toolMajorInfo; in CapturedTouchpadEventConverter() local74 deviceContext.getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &touchMajorInfo); in CapturedTouchpadEventConverter()76 mHasTouchMajor = touchMajorInfo.valid; in CapturedTouchpadEventConverter()78 if (mHasTouchMajor && touchMajorInfo.maxValue != 0) { in CapturedTouchpadEventConverter()79 mSizeScale = 1.0f / touchMajorInfo.maxValue; in CapturedTouchpadEventConverter()