Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarViewModule.java24 import com.android.systemui.statusbar.phone.NotificationPanelView;
36 public static NotificationPanelView getNotificationPanelView( in getNotificationPanelView()
61 public static TapAgainView getTapAgainView(NotificationPanelView npv) { in getTapAgainView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java29 public class NotificationPanelView extends PanelView { class
46 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
DNotificationShadeWindowView.java80 public NotificationPanelView getNotificationPanelView() { in getNotificationPanelView()
DNotificationPanelViewController.java230 private final NotificationPanelView mView;
260 (Function<NotificationPanelView, Float>) notificationPanelView ->
489 NotificationPanelView::setPanelAlphaInternal,
490 NotificationPanelView::getCurrentPanelAlpha,
678 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
DStatusBar.java2253 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN, 1); in handleSystemKey()
2257 NotificationPanelView.FLING_EXPAND); in handleSystemKey()
2258 mMetricsLogger.count(NotificationPanelView.COUNTER_PANEL_OPEN_QS, 1); in handleSystemKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java26 import com.android.systemui.statusbar.phone.NotificationPanelView;
131 public NotificationPanelView getNotificationPanelView() { in getNotificationPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags27 # NotificationPanelView.java
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java186 private NotificationPanelView mView;
DStatusBarTest.java192 @Mock private NotificationPanelView mNotificationPanelView;