Searched refs:isKeyPressed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.cpp1102 mBtnLeft = device->isKeyPressed(BTN_LEFT);
1103 mBtnRight = device->isKeyPressed(BTN_RIGHT);
1104 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE);
1105 mBtnBack = device->isKeyPressed(BTN_BACK);
1106 mBtnSide = device->isKeyPressed(BTN_SIDE);
1107 mBtnForward = device->isKeyPressed(BTN_FORWARD);
1108 mBtnExtra = device->isKeyPressed(BTN_EXTRA);
1109 mBtnTask = device->isKeyPressed(BTN_TASK);
1264 mBtnTouch = device->isKeyPressed(BTN_TOUCH);
1265 mBtnStylus = device->isKeyPressed(BTN_STYLU
[all...]
H A DInputReader.h563 bool isKeyPressed(int32_t code) { function in class:android::InputDevice

Completed in 45 milliseconds