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 51 String getCurrentKeyboardLayoutForInputDevice(in InputDeviceIdentifier identifier);
InputManager.java 385 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) {
387 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 314 im.getCurrentKeyboardLayoutForInputDevice(mInputDeviceIdentifier);
InputMethodAndLanguageSettings.java 529 mIm.getCurrentKeyboardLayoutForInputDevice(identifier);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 704 getCurrentKeyboardLayoutForInputDevice(inputDevice.getIdentifier());
    [all...]

Completed in 3180 milliseconds