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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1116 mBtnLeft = device->isKeyPressed(BTN_LEFT);
1117 mBtnRight = device->isKeyPressed(BTN_RIGHT);
1118 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE);
1119 mBtnBack = device->isKeyPressed(BTN_BACK);
1120 mBtnSide = device->isKeyPressed(BTN_SIDE);
1121 mBtnForward = device->isKeyPressed(BTN_FORWARD);
1122 mBtnExtra = device->isKeyPressed(BTN_EXTRA);
1123 mBtnTask = device->isKeyPressed(BTN_TASK);
1278 mBtnTouch = device->isKeyPressed(BTN_TOUCH);
1279 mBtnStylus = device->isKeyPressed(BTN_STYLU
[all...]
H A DInputReader.h597 bool isKeyPressed(int32_t code) { function in class:android::InputDevice

Completed in 272 milliseconds