Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java412 private WindowState mKeyguardCandidate = null; field in PhoneWindowManager
3529 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()