Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt55 private var mLinearDozeAmount: Float = 0.0f variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
141 && (mLinearDozeAmount == 0.0f || mLinearDozeAmount == 1.0f)) { in onDozeAmountChanged()
143 notifyAnimationStart(mLinearDozeAmount == 1.0f) in onDozeAmountChanged()
145 mLinearDozeAmount = linear in onDozeAmountChanged()
184 if (mLinearDozeAmount == 0.0f || mLinearVisibilityAmount == 0.0f) { in handleAnimationFinished()
195 val linearAmount = Math.min(1.0f - mLinearVisibilityAmount, mLinearDozeAmount) in updateDarkAmount()
226 if (mLinearDozeAmount != 0.0f && mLinearVisibilityAmount != 0.0f) { in onAmbientStateChanged()