Searched refs:mKeyguardCandidate (Results 1 – 1 of 1) sorted by relevance
412 private WindowState mKeyguardCandidate = null; field in PhoneWindowManager3529 mKeyguardCandidate = win; in setKeyguardCandidateLw()3546 if (mKeyguardCandidate != null) { in setKeyguardOccludedLw()3547 mKeyguardCandidate.getAttrs().privateFlags |= PRIVATE_FLAG_KEYGUARD; in setKeyguardOccludedLw()3549 mKeyguardCandidate.getAttrs().flags |= FLAG_SHOW_WALLPAPER; in setKeyguardOccludedLw()3556 if (mKeyguardCandidate != null) { in setKeyguardOccludedLw()3557 mKeyguardCandidate.getAttrs().privateFlags &= ~PRIVATE_FLAG_KEYGUARD; in setKeyguardOccludedLw()3558 mKeyguardCandidate.getAttrs().flags &= ~FLAG_SHOW_WALLPAPER; in setKeyguardOccludedLw()