Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java788 setShowingLocked(!shouldWaitForProvisioning() in setupLocked()
793 setShowingLocked(false /* showing */, true /* forceCallbacks */); in setupLocked()
1404 setShowingLocked(false); in doKeyguardLocked()
1862 setShowingLocked(true); in handleShow()
1980 setShowingLocked(mShowing, true /* force */); in handleStartKeyguardExitAnimation()
2001 setShowingLocked(false); in handleStartKeyguardExitAnimation()
2074 setShowingLocked(true); in handleVerifyUnlock()
2252 setShowingLocked(mShowing); in setDozing()
2273 private void setShowingLocked(boolean showing) { in setShowingLocked() method in KeyguardViewMediator
2274 setShowingLocked(showing, false /* forceCallbacks */); in setShowingLocked()
[all …]