Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:subtype

1766      * Force switch to a new input method and subtype. This can only be called
1772 * @param subtype The new subtype of the new input method to be switched to.
1774 public void setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) {
1776 mService.setInputMethodAndSubtype(token, id, subtype);
2054 * Returns the current input method subtype. This subtype is one of the subtypes in
2056 * have any input method subtype.
2067 * Switch to a new input method subtype of the current input method.
2068 * @param subtype A new input method subtype to switch.
2069 * @return true if the current subtype was successfully switched. When the specified subtype is
2073 public boolean setCurrentInputMethodSubtype(InputMethodSubtype subtype) {
2076 return mService.setCurrentInputMethodSubtype(subtype);
2188 * Force switch to the last used input method and subtype. If the last input method didn't have
2189 * any subtypes, the framework will simply switch to the last input method with no subtype
2193 * @return true if the current input method and subtype was successfully switched to the last
2194 * used input method and subtype.
2207 * Force switch to the next input method and subtype. If there is no IME enabled except
2208 * current IME and subtype, do nothing.
2211 * @param onlyCurrentIme if true, the framework will find the next subtype which
2213 * @return true if the current input method and subtype was successfully switched to the next
2214 * input method and subtype.
2232 * and subtype in order to provide the consistent user experience in switching
2250 * Please note that a subtype's status is stored in the system.
2254 * want to create a "different" new subtype even with the same locale and mode,
2255 * by changing its extra value. The different subtype won't get affected by the stored past
2259 * <p>NOTE: If the same subtype exists in both the manifest XML file and additional subtypes