HomeSort by relevance Sort by last modified time
    Searched defs:switchKeyboardLayout (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 157 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) {
159 if (state != null && state.switchKeyboardLayout(direction)) {
395 public boolean switchKeyboardLayout(int direction) {
InputManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java 569 public void switchKeyboardLayout(int deviceId, int direction);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 71 milliseconds