Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt211 notificationPanelView: NotificationPanelView,
217 return notificationPanelView.requireViewById(R.id.lock_icon_view)
225 notificationPanelView: NotificationPanelView,
227 return notificationPanelView.requireViewById(R.id.shade_falsing_tap_again)
H A DDebugDrawable.java48 NotificationPanelView notificationPanelView, in DebugDrawable() argument
54 mView = notificationPanelView; in DebugDrawable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java47 HeadsUpNotificationViewController notificationPanelView) { in HeadsUpTouchHelper() argument
50 mPanel = notificationPanelView; in HeadsUpTouchHelper()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java42 void setPanelView(HeightListener notificationPanelView); in setPanelView() argument