Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h850 inline int32_t getAbsoluteToolWidth() const { return mAbsToolWidth; } in getAbsoluteToolWidth()
859 int32_t mAbsToolWidth; variable
DInputReader.cpp1505 mAbsToolWidth = device->getAbsoluteAxisValue(ABS_TOOL_WIDTH); in reset()
1515 mAbsToolWidth = 0; in clearAbsoluteAxes()
1534 mAbsToolWidth = rawEvent->value; in process()