Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt80 private var mNotificationsVisible = false regex
98 mNotificationsVisible &&
105 if (bypassController.bypassEnabled && !mNotificationsVisible) {
229 if (!visible && mNotificationsVisible) {
252 mNotificationsVisible &&
268 if (mNotificationsVisible == visible) {
271 mNotificationsVisible = visible
514 if (mNotificationsVisible) Interpolators.TOUCH_RESPONSE
517 val target = if (mNotificationsVisible) 1.0f else 0.0f
595 pw.println("mNotificationsVisible: $mNotificationsVisible")