Searched refs:switchKeyboardLayout (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java154 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { method in class:PersistentDataStore
156 if (state != null && state.switchKeyboardLayout(direction)) {
390 public boolean switchKeyboardLayout(int direction) { method in class:PersistentDataStore.InputDeviceState
H A DInputManagerService.java1131 public void switchKeyboardLayout(int deviceId, int direction) { method in class:InputManagerService
1145 changed = mDataStore.switchKeyboardLayout(key, direction);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java414 public void switchKeyboardLayout(int deviceId, int direction); method in interface:WindowManagerPolicy.WindowManagerFuncs
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5598 public void switchKeyboardLayout(int deviceId, int direction) { method in class:WindowManagerService
5599 mInputManager.switchKeyboardLayout(deviceId, direction);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2743 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction);

Completed in 476 milliseconds