Searched refs:overridesImplicitlyEnabledSubtype (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 120 boolean overridesImplicitlyEnabledSubtype) { in setOverridesImplicitlyEnabledSubtype() argument 121 mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in setOverridesImplicitlyEnabledSubtype() 219 boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) { in getBuilder() argument 227 builder.mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in getBuilder() 242 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) { in InputMethodSubtype() argument 244 overridesImplicitlyEnabledSubtype, 0); in InputMethodSubtype() 280 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) { in InputMethodSubtype() argument 282 overridesImplicitlyEnabledSubtype, id, false)); in InputMethodSubtype() 415 public boolean overridesImplicitlyEnabledSubtype() { in overridesImplicitlyEnabledSubtype() method in InputMethodSubtype 600 && (subtype.overridesImplicitlyEnabledSubtype() in equals() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeEnablerManager.java | 149 if (subtype.overridesImplicitlyEnabledSubtype()) { in addInputMethodSubtypePreferences()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/ |
D | InputMethodUtilsTest.java | 843 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, in createDummyInputMethodSubtype() argument 846 overridesImplicitlyEnabledSubtype, isAsciiCapable, in createDummyInputMethodSubtype() 852 boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable, in createDummyInputMethodSubtype() argument 875 .setOverridesImplicitlyEnabledSubtype(overridesImplicitlyEnabledSubtype) in createDummyInputMethodSubtype()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodUtils.java | 192 if (s.overridesImplicitlyEnabledSubtype()) { in isSystemAuxilialyImeThatHasAutomaticSubtype() 405 if (subtype.overridesImplicitlyEnabledSubtype() && subtype.getMode().equals(mode)) { in getOverridingImplicitlyEnabledSubtypes() 502 if (subtype.overridesImplicitlyEnabledSubtype()) { in getImplicitlyApplicableSubtypesLockedImpl()
|
D | InputMethodSubtypeSwitchingController.java | 241 subtype.overridesImplicitlyEnabledSubtype() ? null : subtype in getSortedInputMethodAndSubtypeList()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 902 field public static final int overridesImplicitlyEnabledSubtype = 16843682; // 0x10103a2 35853 method public boolean overridesImplicitlyEnabledSubtype();
|
/frameworks/base/api/ |
D | current.txt | 961 field public static final int overridesImplicitlyEnabledSubtype = 16843682; // 0x10103a2 48041 method public boolean overridesImplicitlyEnabledSubtype();
|
D | system-current.txt | 1082 field public static final int overridesImplicitlyEnabledSubtype = 16843682; // 0x10103a2 51584 method public boolean overridesImplicitlyEnabledSubtype();
|