Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp39 mBtnStylus = deviceContext.isKeyPressed(BTN_STYLUS); in reset()
57 mBtnStylus = 0; in clearButtons()
79 mBtnStylus = rawEvent->value; in process()
125 if (mBtnStylus) { in getButtonState()
DTouchButtonAccumulator.h47 bool mBtnStylus; variable