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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java86 * @param isAuxiliary should true when this subtype is auxiliary, false otherwise.
95 public InputMethodSubtypeBuilder setIsAuxiliary(boolean isAuxiliary) { argument
96 mIsAuxiliary = isAuxiliary;
153 * isAuxiliary, overridesImplicitlyEnabledSubtype}) will be used instead.
198 String mode, String extraValue, boolean isAuxiliary,
206 builder.mIsAuxiliary = isAuxiliary;
221 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) {
222 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
239 * @param isAuxiliary true when this subtype is auxiliary, false otherwise. An auxiliary
255 * isAuxiliary, overridesImplicitlyEnabledSubtyp
197 getBuilder(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id, boolean isAsciiCapable) argument
220 InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype) argument
257 InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id) argument
347 public boolean isAuxiliary() { method in class:InputMethodSubtype
522 hashCodeInternal(String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
[all...]
H A DInputMethodInfo.java209 if (!subtype.isAuxiliary()) {
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java238 boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype,
246 .setIsAuxiliary(isAuxiliary)
237 createDummyInputMethodSubtype(String locale, String mode, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, boolean isAsciiCapable) argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java230 if (subtype.isAuxiliary()) {
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java230 && ((inputShown && !isScreenLocked) || !subtype.isAuxiliary())) {
H A DInputMethodUtils.java672 return !subtype.isAuxiliary();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1534 if (!subtype.isAuxiliary()) {
3329 private static final String ATTR_IS_AUXILIARY = "isAuxiliary";
3423 String.valueOf(subtype.isAuxiliary() ? 1 : 0));
3487 final boolean isAuxiliary = "1".equals(String.valueOf(
3495 .setIsAuxiliary(isAuxiliary)

Completed in 115 milliseconds