Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java155 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore
157 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()
391 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
DInputManagerService.java1131 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService
1145 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java441 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5659 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method
5660 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2991 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()