Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +1 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,7 @@ public class TabletStatusBarService extends StatusBarService { case MSG_CLOSE_SYSTEM_PANEL: if (DEBUG) Slog.d(TAG, "closing system panel"); mSystemPanel.setVisibility(View.GONE); break; case MSG_OPEN_RECENTS_PANEL: if (DEBUG) Slog.d(TAG, "opening recents panel"); if (mRecentsPanel != null) mRecentsPanel.setVisibility(View.VISIBLE); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +1 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,7 @@ public class TabletStatusBarService extends StatusBarService { case MSG_CLOSE_SYSTEM_PANEL: if (DEBUG) Slog.d(TAG, "closing system panel"); mSystemPanel.setVisibility(View.GONE); break; case MSG_OPEN_RECENTS_PANEL: if (DEBUG) Slog.d(TAG, "opening recents panel"); if (mRecentsPanel != null) mRecentsPanel.setVisibility(View.VISIBLE); Loading