Searched refs:switchKeyboardLayout (Results 1 – 5 of 5) sorted by relevance
157 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore159 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()395 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
1448 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService1462 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
554 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
2999 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatchingInner()
3124 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in WindowManagerService3125 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()