Searched refs:behindFullscreenActivity (Results 1 – 2 of 2) sorted by relevance
2147 boolean behindFullscreenActivity = !stackShouldBeVisible; in ensureActivitiesVisibleLocked()2165 behindFullscreenActivity); in ensureActivitiesVisibleLocked()2166 final boolean reallyVisible = r.shouldBeVisible(behindFullscreenActivity); in ensureActivitiesVisibleLocked()2168 behindFullscreenActivity = updateBehindFullscreen(!stackShouldBeVisible, in ensureActivitiesVisibleLocked()2169 behindFullscreenActivity, r); in ensureActivitiesVisibleLocked()2216 + " behindFullscreenActivity=" + behindFullscreenActivity in ensureActivitiesVisibleLocked()2226 behindFullscreenActivity = !stackShouldBeVisible; in ensureActivitiesVisibleLocked()2230 + " behindFullscreenActivity=" + behindFullscreenActivity); in ensureActivitiesVisibleLocked()2236 behindFullscreenActivity = true; in ensureActivitiesVisibleLocked()2451 private boolean updateBehindFullscreen(boolean stackInvisible, boolean behindFullscreenActivity, in updateBehindFullscreen() argument[all …]
1959 boolean shouldBeVisibleIgnoringKeyguard(boolean behindFullscreenActivity) { in shouldBeVisibleIgnoringKeyguard() argument1964 return !behindFullscreenActivity || mLaunchTaskBehind; in shouldBeVisibleIgnoringKeyguard()1967 boolean shouldBeVisible(boolean behindFullscreenActivity) { in shouldBeVisible() argument1969 visibleIgnoringKeyguard = shouldBeVisibleIgnoringKeyguard(behindFullscreenActivity); in shouldBeVisible()2661 void removeOrphanedStartingWindow(boolean behindFullscreenActivity) { in removeOrphanedStartingWindow() argument2662 if (mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { in removeOrphanedStartingWindow()