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

  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 54 String[] getKeyboardLayoutsForInputDevice(in InputDeviceIdentifier identifier);
InputManager.java 432 public String[] getKeyboardLayoutsForInputDevice(InputDeviceIdentifier identifier) {
438 return mIm.getKeyboardLayoutsForInputDevice(identifier);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 152 String[] enabledKeyboardLayouts = mIm.getKeyboardLayoutsForInputDevice(
KeyboardLayoutDialogFragment.java 303 String[] keyboardLayoutDescriptors = im.getKeyboardLayoutsForInputDevice(
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 448 milliseconds