Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h727 bool mBtnStylus2; variable
DInputReader.cpp1280 mBtnStylus2 = device->isKeyPressed(BTN_STYLUS); in reset()
1297 mBtnStylus2 = 0; in clearButtons()
1321 mBtnStylus2 = rawEvent->value; in process()
1365 if (mBtnStylus2) { in getButtonState()