Home
last modified time | relevance | path

Searched refs:NotificationPanelView (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSplitShadeNotificationStackScrollLayoutSection.kt28 import com.android.systemui.shade.NotificationPanelView
39 notificationPanelView: NotificationPanelView,
DSplitShadeMediaSection.kt35 import com.android.systemui.shade.NotificationPanelView
43 private val notificationPanelView: NotificationPanelView,
DDefaultNotificationStackScrollLayoutSection.kt31 import com.android.systemui.shade.NotificationPanelView
43 notificationPanelView: NotificationPanelView,
DNotificationStackScrollLayoutSection.kt31 import com.android.systemui.shade.NotificationPanelView
40 private val notificationPanelView: NotificationPanelView,
DDefaultStatusBarSection.kt33 import com.android.systemui.shade.NotificationPanelView
44 private val notificationPanelView: NotificationPanelView,
DDefaultStatusViewSection.kt39 import com.android.systemui.shade.NotificationPanelView
51 private val notificationPanelView: NotificationPanelView,
DDefaultDeviceEntrySection.kt47 import com.android.systemui.shade.NotificationPanelView in <lambda>()
63 private val notificationPanelView: NotificationPanelView, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelView.java33 public final class NotificationPanelView extends FrameLayout { class
44 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
DDebugDrawable.java40 private final NotificationPanelView mView;
49 NotificationPanelView notificationPanelView, in DebugDrawable()
DShadeViewProviderModule.kt137 ): NotificationPanelView { in <lambda>()
148 npv: NotificationPanelView, in <lambda>()
198 notificationPanelView: NotificationPanelView, in <lambda>()
DOWNERS21 per-file NotificationPanelView.java = pixel@google.com, cinek@google.com, juliacr@google.com, justi…
DNotificationPanelViewController.java265 public static final String TAG = NotificationPanelView.class.getSimpleName();
320 private final NotificationPanelView mView;
487 NotificationPanelView::setPanelAlphaInternal,
488 NotificationPanelView::getCurrentPanelAlpha,
695 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
DQuickSettingsControllerImpl.java129 private final NotificationPanelView mPanelView;
307 NotificationPanelView panelView, in QuickSettingsControllerImpl()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DStatusBarSection.kt37 import com.android.systemui.shade.NotificationPanelView
48 private val notificationPanelView: Lazy<NotificationPanelView>,
DLockSection.kt50 import com.android.systemui.shade.NotificationPanelView in <lambda>()
69 private val notificationPanelView: NotificationPanelView, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt38 import com.android.systemui.shade.NotificationPanelView
59 @Mock private lateinit var notificationPanelView: NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags27 # NotificationPanelView.java
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java125 @Mock protected NotificationPanelView mPanelView;
DNotificationPanelViewControllerBaseTest.java247 @Mock protected NotificationPanelView mView;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java144 import com.android.systemui.shade.NotificationPanelView;
253 @Mock private NotificationPanelView mNotificationPanelView;