Home | History | Annotate | Download | only in server

Lines Matching full:getkeycodestate

4351     public int getKeycodeState(int sw) {
4353 "getKeycodeState()")) {
4356 return mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_ANY, sw);
4364 return mInputManager.getKeyCodeState(devid, InputDevice.SOURCE_ANY, sw);
4372 return mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_TRACKBALL, sw);
4380 return mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_DPAD, sw);