Searched refs:overridesImplicitlyEnabledSubtype (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSubtype.java | 141 boolean overridesImplicitlyEnabledSubtype) { in setOverridesImplicitlyEnabledSubtype() argument 142 mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in setOverridesImplicitlyEnabledSubtype() 302 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) { in InputMethodSubtype() argument 304 overridesImplicitlyEnabledSubtype, 0); in InputMethodSubtype() 342 overridesImplicitlyEnabledSubtype, id, false)); in InputMethodSubtype() 576 public boolean overridesImplicitlyEnabledSubtype() { in overridesImplicitlyEnabledSubtype() method in InputMethodSubtype 764 && (subtype.overridesImplicitlyEnabledSubtype() in equals() 765 == overridesImplicitlyEnabledSubtype()) in equals() 808 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, in hashCodeInternal() argument 815 overridesImplicitlyEnabledSubtype}); in hashCodeInternal() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
H A D | InputMethodAndSubtypeEnablerManager.java | 150 if (subtype.overridesImplicitlyEnabledSubtype()) { in addInputMethodSubtypePreferences()
|
H A D | InputMethodAndSubtypeEnablerManagerCompat.java | 151 if (subtype.overridesImplicitlyEnabledSubtype()) { in addInputMethodSubtypePreferences()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodInfoUtils.java | 280 if (s.overridesImplicitlyEnabledSubtype()) { in isSystemAuxilialyImeThatHasAutomaticSubtype()
|
H A D | SubtypeUtils.java | 167 if (subtype.overridesImplicitlyEnabledSubtype()) { in getImplicitlyApplicableSubtypesLockedImpl()
|
H A D | InputMethodSubtypeSwitchingController.java | 221 subtype.overridesImplicitlyEnabledSubtype() ? null : subtype in getSortedInputMethodAndSubtypeList()
|
H A D | InputMethodManagerService.java | 3149 || auxSubtype.overridesImplicitlyEnabledSubtype() in shouldShowImeSwitcherLocked() 3150 || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) in shouldShowImeSwitcherLocked()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 1009 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, in createFakeInputMethodSubtype() argument 1012 overridesImplicitlyEnabledSubtype, isAsciiCapable, in createFakeInputMethodSubtype() 1018 boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable, in createFakeInputMethodSubtype() argument 1034 .setOverridesImplicitlyEnabledSubtype(overridesImplicitlyEnabledSubtype) in createFakeInputMethodSubtype()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1229 field public static final int overridesImplicitlyEnabledSubtype = 16843682; // 0x10103a2 55832 method public boolean overridesImplicitlyEnabledSubtype();
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 76194 Lcom/android/internal/R$attr;->overridesImplicitlyEnabledSubtype:I
|