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.java157 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore
159 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()
395 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
DInputManagerService.java1448 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService
1462 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java554 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
DPhoneWindowManager.java2999 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatchingInner()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3124 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in WindowManagerService
3125 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()