Home
last modified time | relevance | path

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

/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
53 notificationPanelView.findViewById<View>(mediaContainerId)?.let { in addViews()
54 notificationPanelView.removeView(it) in addViews()
DSplitShadeNotificationStackScrollLayoutSection.kt39 notificationPanelView: NotificationPanelView,
46 notificationPanelView,
DDefaultStatusViewSection.kt51 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
66 notificationPanelView.findViewById<View>(statusViewId)?.let { in addViews()
67 notificationPanelView.removeView(it) in addViews()
DDefaultDeviceEntrySection.kt63 private val notificationPanelView: NotificationPanelView, in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection
83 notificationPanelView.findViewById<View>(R.id.lock_icon_view).let { in <lambda>()
84 notificationPanelView.removeView(it) in <lambda>()
230 with(notificationPanelView) { in <lambda>()
DDefaultNotificationStackScrollLayoutSection.kt43 notificationPanelView: NotificationPanelView,
51 notificationPanelView,
DNotificationStackScrollLayoutSection.kt40 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
75 notificationPanelView.findViewById<View?>(R.id.notification_stack_scroller)?.let { in addViews()
DDefaultStatusBarSection.kt44 private val notificationPanelView: NotificationPanelView, constant in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusBarSection
55 notificationPanelView.findViewById<View>(statusBarViewId)?.let { in addViews()
/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
93 notificationPanelView.get().findViewById<View>(R.id.keyguard_header)?.let { in SceneScope()
DLockSection.kt69 private val notificationPanelView: NotificationPanelView, in <lambda>() constant in com.android.systemui.keyguard.ui.composable.section.LockSection
77 notificationPanelView.findViewById<View?>(R.id.lock_icon_view)?.let { in <lambda>()
78 notificationPanelView.removeView(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java49 NotificationPanelView notificationPanelView, in DebugDrawable() argument
55 mView = notificationPanelView; in DebugDrawable()
DShadeViewProviderModule.kt198 notificationPanelView: NotificationPanelView, in <lambda>()
200 return notificationPanelView.requireViewById(R.id.shade_falsing_tap_again) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java52 HeadsUpNotificationViewController notificationPanelView) { in HeadsUpTouchHelper() argument
56 mPanel = notificationPanelView; in HeadsUpTouchHelper()
/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
80 notificationPanelView, in setup()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java42 void setPanelView(HeightListener notificationPanelView); in setPanelView() argument