Home
last modified time | relevance | path

Searched defs:switchKeyboardLayoutAsync (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl51 void switchKeyboardLayoutAsync(int direction); in switchKeyboardLayoutAsync() method
DInputMethodPrivilegedOperations.java462 public void switchKeyboardLayoutAsync(int direction) { in switchKeyboardLayoutAsync() method in InputMethodPrivilegedOperations
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java6955 public void switchKeyboardLayoutAsync(int direction) { in switchKeyboardLayoutAsync() method in InputMethodPrivilegedOperationsImpl