Searched refs:getAbsoluteToolWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.h850 inline int32_t getAbsoluteToolWidth() const { return mAbsToolWidth; } function in class:android::SingleTouchMotionAccumulator
H A DInputReader.cpp6023 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth();
6024 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth();

Completed in 189 milliseconds