Lines Matching refs:getAbsoluteAxisInfo
336 getAbsoluteAxisInfo(ABS_MT_POSITION_X, &mRawPointerAxes.x); in configureRawPointerAxes()
337 getAbsoluteAxisInfo(ABS_MT_POSITION_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
338 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
339 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
340 getAbsoluteAxisInfo(ABS_MT_WIDTH_MAJOR, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
341 getAbsoluteAxisInfo(ABS_MT_WIDTH_MINOR, &mRawPointerAxes.toolMinor); in configureRawPointerAxes()
342 getAbsoluteAxisInfo(ABS_MT_ORIENTATION, &mRawPointerAxes.orientation); in configureRawPointerAxes()
343 getAbsoluteAxisInfo(ABS_MT_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
344 getAbsoluteAxisInfo(ABS_MT_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
345 getAbsoluteAxisInfo(ABS_MT_TRACKING_ID, &mRawPointerAxes.trackingId); in configureRawPointerAxes()
346 getAbsoluteAxisInfo(ABS_MT_SLOT, &mRawPointerAxes.slot); in configureRawPointerAxes()