Home
last modified time | relevance | path

Searched refs:behindOccludedContainer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java6195 private boolean shouldBeVisible(boolean behindOccludedContainer, boolean ignoringKeyguard) { in shouldBeVisible() argument
6196 updateVisibilityIgnoringKeyguard(behindOccludedContainer); in shouldBeVisible()
6254 void updateVisibilityIgnoringKeyguard(boolean behindOccludedContainer) { in updateVisibilityIgnoringKeyguard() argument
6255 visibleIgnoringKeyguard = (!behindOccludedContainer || mLaunchTaskBehind) in updateVisibilityIgnoringKeyguard()
6269 final boolean behindOccludedContainer = !task.shouldBeVisible(null /* starting */) in shouldBeVisible()
6271 return shouldBeVisible(behindOccludedContainer, ignoringKeyguard); in shouldBeVisible()