Home
last modified time | relevance | path

Searched defs:notificationPanelView (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java49 NotificationPanelView notificationPanelView, in DebugDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java52 HeadsUpNotificationViewController notificationPanelView) { in HeadsUpTouchHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSplitShadeMediaSection.kt43 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeMediaSection
DNotificationStackScrollLayoutSection.kt40 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
DDefaultStatusBarSection.kt44 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusBarSection
DDefaultStatusViewSection.kt51 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
DDefaultDeviceEntrySection.kt63 private val notificationPanelView: NotificationPanelView, in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DStatusBarSection.kt48 private val notificationPanelView: Lazy<NotificationPanelView>, constant in com.android.systemui.keyguard.ui.composable.section.StatusBarSection
DLockSection.kt69 private val notificationPanelView: NotificationPanelView, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.LockSection
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java42 void setPanelView(HeightListener notificationPanelView); in setPanelView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt59 @Mock private lateinit var notificationPanelView: NotificationPanelView variable in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySectionTest