Lines Matching refs:subtype

1679      * Force switch to a new input method and subtype. This can only be called
1685 * @param subtype The new subtype of the new input method to be switched to.
1687 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) {
1689 mService.setInputMethodAndSubtype(token, id, subtype);
1920 * Returns the current input method subtype. This subtype is one of the subtypes in
1922 * have any input method subtype.
1936 * Switch to a new input method subtype of the current input method.
1937 * @param subtype A new input method subtype to switch.
1938 * @return true if the current subtype was successfully switched. When the specified subtype is
1941 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) {
1944 return mService.setCurrentInputMethodSubtype(subtype);
2037 * Force switch to the last used input method and subtype. If the last input method didn't have
2038 * any subtypes, the framework will simply switch to the last input method with no subtype
2042 * @return true if the current input method and subtype was successfully switched to the last
2043 * used input method and subtype.
2057 * Force switch to the next input method and subtype. If there is no IME enabled except
2058 * current IME and subtype, do nothing.
2061 * @param onlyCurrentIme if true, the framework will find the next subtype which
2063 * @return true if the current input method and subtype was successfully switched to the next
2064 * input method and subtype.
2083 * and subtype in order to provide the consistent user experience in switching
2102 * Please note that a subtype's status is stored in the system.
2106 * want to create a "different" new subtype even with the same locale and mode,
2107 * by changing its extra value. The different subtype won't get affected by the stored past