Searched refs:decidedToAnimateGoingToSleep (Results 1 – 1 of 1) sorted by relevance
97 private var decidedToAnimateGoingToSleep: Boolean? = null variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController233 decidedToAnimateGoingToSleep = null in shouldDelayKeyguardShow()243 decidedToAnimateGoingToSleep = null in shouldDelayKeyguardShow()261 decidedToAnimateGoingToSleep = null in onStartedWakingUp()291 decidedToAnimateGoingToSleep = true in startAnimation()333 decidedToAnimateGoingToSleep = false in startAnimation()357 if (decidedToAnimateGoingToSleep == false) { in shouldPlayUnlockedScreenOffAnimation()