Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt98 val notificationPanel = regex
100 unbindKeyguardBottomArea(notificationPanel)
102 bindLockIconView(notificationPanel)
103 bindKeyguardStatusView(notificationPanel)
104 setupNotificationStackScrollLayout(notificationPanel)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java151 ShadeViewController notificationPanel, in initialize() argument
155 mNotificationPanel = notificationPanel; in initialize()