Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt89 private var mNotificationsVisible = false variable
107 mNotificationsVisible &&
114 if (bypassController.bypassEnabled && !mNotificationsVisible) {
254 if (!visible && mNotificationsVisible) { in isPulseExpanding()
277 mNotificationsVisible && in updateNotificationVisibility()
293 if (mNotificationsVisible == visible) { in setNotificationsVisible()
296 mNotificationsVisible = visible in setNotificationsVisible()
567 if (mNotificationsVisible) Interpolators.TOUCH_RESPONSE in startVisibilityAnimation()
570 val target = if (mNotificationsVisible) 1.0f else 0.0f in startVisibilityAnimation()
648 pw.println("mNotificationsVisible: $mNotificationsVisible") in shouldAnimateVisibility()