Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt97 private var decidedToAnimateGoingToSleep: Boolean? = null variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
233 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()