Searched refs:switchKeyboardLayout (Results 1 – 5 of 5) sorted by relevance
154 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore156 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()390 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()
414 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
5598 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method5599 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()
2743 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()