Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h640 bool mBtnRight; variable
DInputReader.cpp1282 mBtnRight = device->isKeyPressed(BTN_RIGHT); in reset()
1293 mBtnRight = 0; in clearButtons()
1309 mBtnRight = rawEvent->value; in process()
1338 if (mBtnRight) { in getButtonState()