Searched refs:switchKeyboardLayout (Results 1 – 5 of 5) sorted by relevance
159 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore161 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()395 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
1705 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService1719 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
285 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
2797 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()
3469 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in WindowManagerService3470 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()