Searched refs:switchKeyboardLayout (Results 1 – 5 of 5) sorted by relevance
155 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore157 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()391 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
1131 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService1145 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
441 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
5659 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method5660 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()
2991 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()