HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentKeyboardLayoutForInputDevice (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 44 String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor);
InputManager.java 379 public String getCurrentKeyboardLayoutForInputDevice(String inputDeviceDescriptor) {
385 return mIm.getCurrentKeyboardLayoutForInputDevice(inputDeviceDescriptor);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 314 im.getCurrentKeyboardLayoutForInputDevice(mInputDeviceDescriptor);
InputMethodAndLanguageSettings.java 441 mIm.getCurrentKeyboardLayoutForInputDevice(inputDeviceDescriptor);
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 144 milliseconds