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

  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 128 public boolean switchKeyboardLayout(String inputDeviceDescriptor, int direction) {
130 if (state != null && state.switchKeyboardLayout(direction)) {
338 public boolean switchKeyboardLayout(int direction) {
InputManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 416 public void switchKeyboardLayout(int deviceId, int direction);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 79 milliseconds