Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp73 RawAbsoluteAxisInfo touchMajorInfo, toolMajorInfo; in CapturedTouchpadEventConverter() local
74 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()