Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +7 −6 Original line number Diff line number Diff line Loading @@ -184,6 +184,9 @@ public class InputMethodButton extends ImageView { } private void refreshStatusIcon() { if (mIcon == null) { return; } if (!needsToShowIMEButton()) { setVisibility(View.INVISIBLE); return; Loading @@ -202,14 +205,12 @@ public class InputMethodButton extends ImageView { icon = getShortcutInputMethodAndSubtypeDrawable(); break; } if (mIcon != null) { if (icon == null) { mIcon.setImageResource(R.drawable.ic_sysbar_ime_default); } else { mIcon.setImageDrawable(icon); } } } private int loadInputMethodSelectorVisibility() { return Settings.Secure.getInt(getContext().getContentResolver(), Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +7 −6 Original line number Diff line number Diff line Loading @@ -184,6 +184,9 @@ public class InputMethodButton extends ImageView { } private void refreshStatusIcon() { if (mIcon == null) { return; } if (!needsToShowIMEButton()) { setVisibility(View.INVISIBLE); return; Loading @@ -202,14 +205,12 @@ public class InputMethodButton extends ImageView { icon = getShortcutInputMethodAndSubtypeDrawable(); break; } if (mIcon != null) { if (icon == null) { mIcon.setImageResource(R.drawable.ic_sysbar_ime_default); } else { mIcon.setImageDrawable(icon); } } } private int loadInputMethodSelectorVisibility() { return Settings.Secure.getInt(getContext().getContentResolver(), Loading