Searched refs:behindOccludedContainer (Results 1 – 1 of 1) sorted by relevance
6195 private boolean shouldBeVisible(boolean behindOccludedContainer, boolean ignoringKeyguard) { in shouldBeVisible() argument6196 updateVisibilityIgnoringKeyguard(behindOccludedContainer); in shouldBeVisible()6254 void updateVisibilityIgnoringKeyguard(boolean behindOccludedContainer) { in updateVisibilityIgnoringKeyguard() argument6255 visibleIgnoringKeyguard = (!behindOccludedContainer || mLaunchTaskBehind) in updateVisibilityIgnoringKeyguard()6269 final boolean behindOccludedContainer = !task.shouldBeVisible(null /* starting */) in shouldBeVisible()6271 return shouldBeVisible(behindOccludedContainer, ignoringKeyguard); in shouldBeVisible()