Searched refs:mKeyguardOccluded (Results 1 – 1 of 1) sorted by relevance
603 volatile boolean mKeyguardOccluded; field in PhoneWindowManager5220 boolean wasOccluded = mKeyguardOccluded;5223 mKeyguardOccluded = false;5228 mKeyguardOccluded = true;6339 return mKeyguardDelegate.isShowing() && !mKeyguardOccluded; in isKeyguardShowingAndNotOccluded()