Home
last modified time | relevance | path

Searched refs:switchKeyboardLayoutAsync (Results 1 – 4 of 4) 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
468 ops.switchKeyboardLayoutAsync(direction); in switchKeyboardLayoutAsync()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java3659 mPrivOps.switchKeyboardLayoutAsync(direction);
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java6955 public void switchKeyboardLayoutAsync(int direction) { in switchKeyboardLayoutAsync() method in InputMethodPrivilegedOperationsImpl