Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h361 bool mBtnRight; variable
DInputReader.cpp1296 mBtnRight = device->isKeyPressed(BTN_RIGHT); in reset()
1307 mBtnRight = 0; in clearButtons()
1323 mBtnRight = rawEvent->value; in process()
1352 if (mBtnRight) { in getButtonState()