Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt349 val newOutputLinearDozeAmount = in updateDozeAmount() constant
351 val changed = outputLinearDozeAmount != newOutputLinearDozeAmount in updateDozeAmount()
355 newOutputLinearDozeAmount != 1.0f && in updateDozeAmount()
356 newOutputLinearDozeAmount != 0.0f && in updateDozeAmount()
364 outputLinearDozeAmount = newOutputLinearDozeAmount in updateDozeAmount()