Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -1053,6 +1053,8 @@ public class PhoneStatusBar extends BaseStatusBar { mHandler.removeMessages(MSG_CLOSE_RECENTS_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_RECENTS_PANEL); } mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL); if (!mExpandedVisible) { return; Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -1013,6 +1013,8 @@ public class TabletStatusBar extends BaseStatusBar implements mHandler.sendEmptyMessage(MSG_CLOSE_INPUT_METHODS_PANEL); mHandler.removeMessages(MSG_CLOSE_COMPAT_MODE_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_COMPAT_MODE_PANEL); mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL); } @Override // CommandQueue Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -1053,6 +1053,8 @@ public class PhoneStatusBar extends BaseStatusBar { mHandler.removeMessages(MSG_CLOSE_RECENTS_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_RECENTS_PANEL); } mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL); if (!mExpandedVisible) { return; Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -1013,6 +1013,8 @@ public class TabletStatusBar extends BaseStatusBar implements mHandler.sendEmptyMessage(MSG_CLOSE_INPUT_METHODS_PANEL); mHandler.removeMessages(MSG_CLOSE_COMPAT_MODE_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_COMPAT_MODE_PANEL); mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL); mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL); } @Override // CommandQueue Loading