Loading services/core/java/com/android/server/am/ActivityStack.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1189,6 +1189,7 @@ final class ActivityStack { // At this point, nothing else needs to be shown // At this point, nothing else needs to be shown if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r); if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r); behindFullscreen = true; behindFullscreen = true; showHomeBehindStack = false; } else if (isActivityOverHome(r)) { } else if (isActivityOverHome(r)) { if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r); if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r); showHomeBehindStack = true; showHomeBehindStack = true; Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1189,6 +1189,7 @@ final class ActivityStack { // At this point, nothing else needs to be shown // At this point, nothing else needs to be shown if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r); if (DEBUG_VISBILITY) Slog.v(TAG, "Fullscreen: at " + r); behindFullscreen = true; behindFullscreen = true; showHomeBehindStack = false; } else if (isActivityOverHome(r)) { } else if (isActivityOverHome(r)) { if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r); if (DEBUG_VISBILITY) Slog.v(TAG, "Showing home: at " + r); showHomeBehindStack = true; showHomeBehindStack = true; Loading