Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +1 −11 Original line number Diff line number Diff line Loading @@ -126,18 +126,8 @@ public class InputMethodButton extends ImageView { } } private void postRefreshStatusIcon() { Handler h = getHandler(); if (h == null) return; h.post(new Runnable() { public void run() { refreshStatusIcon(mKeyboardShown); } }); } public void setIMEButtonVisible(boolean visible) { mKeyboardShown = visible; postRefreshStatusIcon(); refreshStatusIcon(mKeyboardShown); } } packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +0 −1 Original line number Diff line number Diff line Loading @@ -696,7 +696,6 @@ public class TabletStatusBarService extends StatusBarService { } public void setIMEButtonVisible(boolean visible) { if (DEBUG) { Slog.d(TAG, (visible?"showing":"hiding") + " the IME button"); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java +1 −11 Original line number Diff line number Diff line Loading @@ -126,18 +126,8 @@ public class InputMethodButton extends ImageView { } } private void postRefreshStatusIcon() { Handler h = getHandler(); if (h == null) return; h.post(new Runnable() { public void run() { refreshStatusIcon(mKeyboardShown); } }); } public void setIMEButtonVisible(boolean visible) { mKeyboardShown = visible; postRefreshStatusIcon(); refreshStatusIcon(mKeyboardShown); } }
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +0 −1 Original line number Diff line number Diff line Loading @@ -696,7 +696,6 @@ public class TabletStatusBarService extends StatusBarService { } public void setIMEButtonVisible(boolean visible) { if (DEBUG) { Slog.d(TAG, (visible?"showing":"hiding") + " the IME button"); } Loading