Searched refs:getAbsoluteToolWidth (Results 1 – 2 of 2) sorted by relevance
56 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()57 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
38 inline int32_t getAbsoluteToolWidth() const { return mAbsToolWidth; } in getAbsoluteToolWidth() function