Searched defs:inputMethodSubtype (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java708 * @param inputMethodSubtype The input method subtype. {@code null} if this input method does
717 InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype inputMethodSubtype) {
720 identifier, inputMethodInfo, inputMethodSubtype);
731 * @param inputMethodSubtype The input method subtype which which to associate the keyboard
738 InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype inputMethodSubtype,
742 inputMethodSubtype, keyboardLayoutDescriptor);
716 getKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype inputMethodSubtype) argument
737 setKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, InputMethodInfo inputMethodInfo, @Nullable InputMethodSubtype inputMethodSubtype, String keyboardLayoutDescriptor) argument

Completed in 54 milliseconds