Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp42 mBtnToolFinger = deviceContext.isKeyPressed(BTN_TOOL_FINGER); in reset()
59 mBtnToolFinger = 0; in clearButtons()
87 mBtnToolFinger = rawEvent->value; in process()
144 if (mBtnToolFinger || mBtnToolDoubleTap || mBtnToolTripleTap || mBtnToolQuadTap) { in getToolType()
151 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber || mBtnToolBrush || in isToolActive()
DTouchButtonAccumulator.h49 bool mBtnToolFinger; variable