Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt99 var fullyAwake: Boolean = false variable
168 (wakingUp || willWakeUp || fullyAwake) &&
654 pw.println("fullyAwake: $fullyAwake") in shouldAnimateVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt393 private var fullyAwake: Boolean = false variable
565 fullyAwake = false in onStartedGoingToSleep()
570 fullyAwake = true in onFinishedWakingUp()
1245 location != LOCATION_LOCKSCREEN && desiredLocation == LOCATION_LOCKSCREEN && !fullyAwake in calculateLocation()