Lines Matching refs:mRawPointerAxes
136 (mRawPointerAxes.pressure.valid && inSlot.getPressure() <= 0)); in syncTouch()
192 getAbsoluteAxisInfo(ABS_MT_POSITION_X, &mRawPointerAxes.x); in configureRawPointerAxes()
193 getAbsoluteAxisInfo(ABS_MT_POSITION_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
194 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
195 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
196 getAbsoluteAxisInfo(ABS_MT_WIDTH_MAJOR, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
197 getAbsoluteAxisInfo(ABS_MT_WIDTH_MINOR, &mRawPointerAxes.toolMinor); in configureRawPointerAxes()
198 getAbsoluteAxisInfo(ABS_MT_ORIENTATION, &mRawPointerAxes.orientation); in configureRawPointerAxes()
199 getAbsoluteAxisInfo(ABS_MT_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
200 getAbsoluteAxisInfo(ABS_MT_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
201 getAbsoluteAxisInfo(ABS_MT_TRACKING_ID, &mRawPointerAxes.trackingId); in configureRawPointerAxes()
202 getAbsoluteAxisInfo(ABS_MT_SLOT, &mRawPointerAxes.slot); in configureRawPointerAxes()
204 if (mRawPointerAxes.trackingId.valid && mRawPointerAxes.slot.valid && in configureRawPointerAxes()
205 mRawPointerAxes.slot.minValue == 0 && mRawPointerAxes.slot.maxValue > 0) { in configureRawPointerAxes()
206 size_t slotCount = mRawPointerAxes.slot.maxValue + 1; in configureRawPointerAxes()