Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:isKeyPressed

1116     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_STYLUS);
1280 mBtnStylus2 = device->isKeyPressed(BTN_STYLUS);
1281 mBtnToolFinger = device->isKeyPressed(BTN_TOOL_FINGER);
1282 mBtnToolPen = device->isKeyPressed(BTN_TOOL_PEN);
1283 mBtnToolRubber = device->isKeyPressed(BTN_TOOL_RUBBER);
1284 mBtnToolBrush = device->isKeyPressed(BTN_TOOL_BRUSH);
1285 mBtnToolPencil = device->isKeyPressed(BTN_TOOL_PENCIL);
1286 mBtnToolAirbrush = device->isKeyPressed(BTN_TOOL_AIRBRUSH);
1287 mBtnToolMouse = device->isKeyPressed(BTN_TOOL_MOUSE);
1288 mBtnToolLens = device->isKeyPressed(BTN_TOOL_LENS);
1289 mBtnToolDoubleTap = device->isKeyPressed(BTN_TOOL_DOUBLETAP);
1290 mBtnToolTripleTap = device->isKeyPressed(BTN_TOOL_TRIPLETAP);
1291 mBtnToolQuadTap = device->isKeyPressed(BTN_TOOL_QUADTAP);