Searched refs:overridesImplicitlyEnabledSubtype (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtype.java | 142 boolean overridesImplicitlyEnabledSubtype) { in setOverridesImplicitlyEnabledSubtype() argument 143 mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in setOverridesImplicitlyEnabledSubtype() 280 boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) { in getBuilder() argument 288 builder.mOverridesImplicitlyEnabledSubtype = overridesImplicitlyEnabledSubtype; in getBuilder() 303 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) { in InputMethodSubtype() argument 305 overridesImplicitlyEnabledSubtype, 0); in InputMethodSubtype() 341 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) { in InputMethodSubtype() argument 343 overridesImplicitlyEnabledSubtype, id, false)); in InputMethodSubtype() 577 public boolean overridesImplicitlyEnabledSubtype() { in overridesImplicitlyEnabledSubtype() method in InputMethodSubtype 765 && (subtype.overridesImplicitlyEnabledSubtype() in equals() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeEnablerManagerCompat.java | 151 if (subtype.overridesImplicitlyEnabledSubtype()) { in addInputMethodSubtypePreferences()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodInfoUtils.java | 278 if (s.overridesImplicitlyEnabledSubtype()) { in isSystemAuxilialyImeThatHasAutomaticSubtype()
|
D | SubtypeUtils.java | 162 if (subtype.overridesImplicitlyEnabledSubtype()) { in getImplicitlyApplicableSubtypesImpl()
|
D | InputMethodSubtypeSwitchingController.java | 205 subtype.overridesImplicitlyEnabledSubtype() ? null : subtype in getSortedInputMethodAndSubtypeList()
|
D | InputMethodManagerService.java | 2785 || auxSubtype.overridesImplicitlyEnabledSubtype() in shouldShowImeSwitcherLocked() 2786 || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) in shouldShowImeSwitcherLocked()
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodUtilsTest.java | 995 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, in createFakeInputMethodSubtype() argument 998 overridesImplicitlyEnabledSubtype, isAsciiCapable, in createFakeInputMethodSubtype() 1004 boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable, in createFakeInputMethodSubtype() argument 1020 .setOverridesImplicitlyEnabledSubtype(overridesImplicitlyEnabledSubtype) in createFakeInputMethodSubtype()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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/core/api/ |
D | current.txt | 1256 field public static final int overridesImplicitlyEnabledSubtype = 16843682; // 0x10103a2 56459 method public boolean overridesImplicitlyEnabledSubtype();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75551 Lcom/android/internal/R$attr;->overridesImplicitlyEnabledSubtype:I
|