Searched refs:overridesImplicitlyEnabledSubtype (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java65 * 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() { method in class:InputMethodSubtype
392 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) {
114 InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) argument
149 InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) argument
391 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodButton.java106 || auxSubtype.overridesImplicitlyEnabledSubtype()
107 || nonAuxSubtype.overridesImplicitlyEnabledSubtype())
H A DInputMethodsPanel.java221 if (subtype == null || subtype.overridesImplicitlyEnabledSubtype()) {
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java109 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) {
111 overridesImplicitlyEnabledSubtype);
108 createDummyInputMethodSubtype(String locale, String mode, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) argument
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java82 if (s.overridesImplicitlyEnabledSubtype()) {
174 if (subtype.overridesImplicitlyEnabledSubtype() && subtype.getMode().equals(mode)) {
232 if (subtype.overridesImplicitlyEnabledSubtype()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java643 || auxSubtype.overridesImplicitlyEnabledSubtype()
644 || nonAuxSubtype.overridesImplicitlyEnabledSubtype())
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1474 || auxSubtype.overridesImplicitlyEnabledSubtype()
1475 || nonAuxSubtype.overridesImplicitlyEnabledSubtype())
3248 subtype.overridesImplicitlyEnabledSubtype() ? null

Completed in 210 milliseconds