Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt84 private var outputLinearDozeAmount: Float = 0.0f variable
127 if (!value || outputLinearDozeAmount != 0.0f) {
279 outputLinearDozeAmount != 0.0f in updateNotificationVisibility()
351 val changed = outputLinearDozeAmount != newOutputLinearDozeAmount in updateDozeAmount()
357 (outputLinearDozeAmount == 0.0f || outputLinearDozeAmount == 1.0f) in updateDozeAmount()
360 notifyAnimationStart(outputLinearDozeAmount == 1.0f) in updateDozeAmount()
364 outputLinearDozeAmount = newOutputLinearDozeAmount in updateDozeAmount()
365 outputEasedDozeAmount = dozeAmountInterpolator.getInterpolation(outputLinearDozeAmount) in updateDozeAmount()
370 outputLinear = outputLinearDozeAmount, in updateDozeAmount()
376 if (changed && outputLinearDozeAmount == 0.0f) { in updateDozeAmount()
[all …]