Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h911 inline int32_t getAbsoluteToolWidth() const { return mAbsToolWidth; } in getAbsoluteToolWidth()
920 int32_t mAbsToolWidth; variable
DInputReader.cpp1622 mAbsToolWidth = device->getAbsoluteAxisValue(ABS_TOOL_WIDTH); in reset()
1632 mAbsToolWidth = 0; in clearAbsoluteAxes()
1651 mAbsToolWidth = rawEvent->value; in process()