Searched refs:showWhenLocked (Results 1 – 2 of 2) sorted by relevance
211 boolean canShowWhileOccluded(boolean dismissKeyguard, boolean showWhenLocked) { in canShowWhileOccluded() argument212 return showWhenLocked || dismissKeyguard && !mWindowManager.isKeyguardSecure(); in canShowWhileOccluded()
1945 final boolean showWhenLocked = r.hasShowWhenLockedWindows() && !isInPinnedStack; in checkKeyguardVisibility()1955 mTopActivityOccludesKeyguard |= showWhenLocked; in checkKeyguardVisibility()1972 dismissKeyguard, showWhenLocked); in checkKeyguardVisibility()