Searched refs:switchKeyboardLayout (Results 1 – 5 of 5) sorted by relevance
128 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore130 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()338 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
1002 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService1015 changed = mDataStore.switchKeyboardLayout(inputDeviceDescriptor, direction); in handleSwitchKeyboardLayout()
416 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
5182 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method5183 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()
2275 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()