Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp41 mBtnStylus2 = deviceContext.isKeyPressed(BTN_STYLUS2) || deviceContext.isKeyPressed(BTN_0); in reset()
58 mBtnStylus2 = 0; in clearButtons()
84 mBtnStylus2 = rawEvent->value; in process()
128 if (mBtnStylus2) { in getButtonState()
DTouchButtonAccumulator.h48 bool mBtnStylus2; variable