Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java159 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { in switchKeyboardLayout() method in PersistentDataStore
161 if (state != null && state.switchKeyboardLayout(direction)) { in switchKeyboardLayout()
395 public boolean switchKeyboardLayout(int direction) { in switchKeyboardLayout() method in PersistentDataStore.InputDeviceState
H A DInputManagerService.java1705 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in InputManagerService
1719 changed = mDataStore.switchKeyboardLayout(key, direction); in handleSwitchKeyboardLayout()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java285 public void switchKeyboardLayout(int deviceId, int direction); in switchKeyboardLayout() method
H A DPhoneWindowManager.java2797 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction); in interceptKeyBeforeDispatching()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3469 public void switchKeyboardLayout(int deviceId, int direction) { in switchKeyboardLayout() method in WindowManagerService
3470 mInputManager.switchKeyboardLayout(deviceId, direction); in switchKeyboardLayout()