Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h446 bool mBtnStylus; variable
DInputReader.cpp1458 mBtnStylus = device->isKeyPressed(BTN_STYLUS); in reset()
1477 mBtnStylus = 0; in clearButtons()
1499 mBtnStylus = rawEvent->value; in process()
1544 if (mBtnStylus) { in getButtonState()