Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +3 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,9 @@ public class InputMethodButton extends ImageView { return true; } else if (nonAuxCount == 1 && auxCount == 1) { if (nonAuxSubtype != null && auxSubtype != null && nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) || auxSubtype.overridesImplicitlyEnabledSubtype() || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { return false; } Loading services/java/com/android/server/InputMethodManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return true; } else if (nonAuxCount == 1 && auxCount == 1) { if (nonAuxSubtype != null && auxSubtype != null && nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) || auxSubtype.overridesImplicitlyEnabledSubtype() || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { return false; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +3 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,9 @@ public class InputMethodButton extends ImageView { return true; } else if (nonAuxCount == 1 && auxCount == 1) { if (nonAuxSubtype != null && auxSubtype != null && nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) || auxSubtype.overridesImplicitlyEnabledSubtype() || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { return false; } Loading
services/java/com/android/server/InputMethodManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1115,7 +1115,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return true; } else if (nonAuxCount == 1 && auxCount == 1) { if (nonAuxSubtype != null && auxSubtype != null && nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) || auxSubtype.overridesImplicitlyEnabledSubtype() || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { return false; } Loading