Searched refs:behindFullscreenActivity (Results 1 – 2 of 2) sorted by relevance
2149 boolean behindFullscreenActivity = !stackShouldBeVisible; in ensureActivitiesVisibleLocked()2167 behindFullscreenActivity); in ensureActivitiesVisibleLocked()2168 final boolean reallyVisible = r.shouldBeVisible(behindFullscreenActivity); in ensureActivitiesVisibleLocked()2170 behindFullscreenActivity = updateBehindFullscreen(!stackShouldBeVisible, in ensureActivitiesVisibleLocked()2171 behindFullscreenActivity, r); in ensureActivitiesVisibleLocked()2218 + " behindFullscreenActivity=" + behindFullscreenActivity in ensureActivitiesVisibleLocked()2228 behindFullscreenActivity = !stackShouldBeVisible; in ensureActivitiesVisibleLocked()2232 + " behindFullscreenActivity=" + behindFullscreenActivity); in ensureActivitiesVisibleLocked()2238 behindFullscreenActivity = true; in ensureActivitiesVisibleLocked()2453 private boolean updateBehindFullscreen(boolean stackInvisible, boolean behindFullscreenActivity, in updateBehindFullscreen() argument[all …]
1957 boolean shouldBeVisibleIgnoringKeyguard(boolean behindFullscreenActivity) { in shouldBeVisibleIgnoringKeyguard() argument1962 return !behindFullscreenActivity || mLaunchTaskBehind; in shouldBeVisibleIgnoringKeyguard()1965 boolean shouldBeVisible(boolean behindFullscreenActivity) { in shouldBeVisible() argument1967 visibleIgnoringKeyguard = shouldBeVisibleIgnoringKeyguard(behindFullscreenActivity); in shouldBeVisible()2659 void removeOrphanedStartingWindow(boolean behindFullscreenActivity) { in removeOrphanedStartingWindow() argument2660 if (mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { in removeOrphanedStartingWindow()