Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h775 bool mBtnStylus; variable
DInputReader.cpp1393 mBtnStylus = device->isKeyPressed(BTN_STYLUS); in reset()
1412 mBtnStylus = 0; in clearButtons()
1434 mBtnStylus = rawEvent->value; in process()
1479 if (mBtnStylus) { in getButtonState()