HomeSort by relevance Sort by last modified time
    Searched defs:overridesImplicitlyEnabledSubtype (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 65 * Constructor with no subtype ID specified, overridesImplicitlyEnabledSubtype not specified.
109 * @param overridesImplicitlyEnabledSubtype true when this subtype should be enabled by default
115 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) {
117 overridesImplicitlyEnabledSubtype, 0);
139 * @param overridesImplicitlyEnabledSubtype true when this subtype should be enabled by default
147 * isAuxiliary, overridesImplicitlyEnabledSubtype}) will be used instead.
150 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) {
157 mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype;
237 public boolean overridesImplicitlyEnabledSubtype() {
392 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) {
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 110 mInputMethodSubtype.overridesImplicitlyEnabledSubtype());
186 assertEquals(mInputMethodSubtype.overridesImplicitlyEnabledSubtype(),
187 subtype.overridesImplicitlyEnabledSubtype());
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1141 milliseconds