Home
last modified time | relevance | path

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

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