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

/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java128 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) { method in class:PersistentDataStore
130 if (state != null && state.switchKeyboardLayout(direction)) {
338 public boolean switchKeyboardLayout(int direction) { method in class:PersistentDataStore.InputDeviceState
H A DInputManagerService.java944 public void switchKeyboardLayout(int deviceId, int direction) { method in class:InputManagerService
957 changed = mDataStore.switchKeyboardLayout(inputDeviceDescriptor, direction);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java392 public void switchKeyboardLayout(int deviceId, int direction); method in interface:WindowManagerPolicy.WindowManagerFuncs
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2009 mWindowManagerFuncs.switchKeyboardLayout(event.getDeviceId(), direction);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5145 public void switchKeyboardLayout(int deviceId, int direction) { method in class:WindowManagerService
5146 mInputManager.switchKeyboardLayout(deviceId, direction);

Completed in 97 milliseconds