Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java29 public class NotificationPanelView extends PanelView { class
46 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
H A DStatusBarCommandQueueCallbacks.java351 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemKey()
355 NotificationPanelView.FLING_EXPAND); in handleSystemKey()
356 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey()
H A DNotificationShadeWindowView.java80 public NotificationPanelView getNotificationPanelView() { in getNotificationPanelView()
H A DNotificationPanelViewController.java254 private final NotificationPanelView mView;
471 NotificationPanelView::setPanelAlphaInternal,
472 NotificationPanelView::getCurrentPanelAlpha,
656 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarViewModule.java45 import com.android.systemui.statusbar.phone.NotificationPanelView;
133 public static NotificationPanelView getNotificationPanelView( in getNotificationPanelView()
220 public static TapAgainView getTapAgainView(NotificationPanelView npv) { in getTapAgainView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DEventLogTags.logtags27 # NotificationPanelView.java
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java187 private NotificationPanelView mView;
H A DStatusBarTest.java191 @Mock private NotificationPanelView mNotificationPanelView;