Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp43 mBtnToolPen = deviceContext.isKeyPressed(BTN_TOOL_PEN); in reset()
60 mBtnToolPen = 0; in clearButtons()
90 mBtnToolPen = rawEvent->value; in process()
141 if (mBtnToolPen || mBtnToolBrush || mBtnToolPencil || mBtnToolAirbrush) { in getToolType()
151 return mBtnTouch || mBtnToolFinger || mBtnToolPen || mBtnToolRubber || mBtnToolBrush || in isToolActive()
DTouchButtonAccumulator.h50 bool mBtnToolPen; variable