/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | SplitShadeMediaSection.kt | 43 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()
|
D | SplitShadeNotificationStackScrollLayoutSection.kt | 39 notificationPanelView: NotificationPanelView, 46 notificationPanelView,
|
D | DefaultStatusViewSection.kt | 51 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()
|
D | DefaultDeviceEntrySection.kt | 63 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>()
|
D | DefaultNotificationStackScrollLayoutSection.kt | 43 notificationPanelView: NotificationPanelView, 51 notificationPanelView,
|
D | NotificationStackScrollLayoutSection.kt | 40 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()
|
D | DefaultStatusBarSection.kt | 44 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/ |
D | StatusBarSection.kt | 48 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()
|
D | LockSection.kt | 69 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/ |
D | DebugDrawable.java | 49 NotificationPanelView notificationPanelView, in DebugDrawable() argument 55 mView = notificationPanelView; in DebugDrawable()
|
D | ShadeViewProviderModule.kt | 198 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/ |
D | HeadsUpTouchHelper.java | 52 HeadsUpNotificationViewController notificationPanelView) { in HeadsUpTouchHelper() argument 56 mPanel = notificationPanelView; in HeadsUpTouchHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySectionTest.kt | 59 @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/ |
D | QS.java | 42 void setPanelView(HeightListener notificationPanelView); in setPanelView() argument
|