Searched refs:NotificationPanelView (Results 1 – 9 of 9) sorted by relevance
24 import com.android.systemui.statusbar.phone.NotificationPanelView;36 public static NotificationPanelView getNotificationPanelView( in getNotificationPanelView()61 public static TapAgainView getTapAgainView(NotificationPanelView npv) { in getTapAgainView()
29 public class NotificationPanelView extends PanelView { class46 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
80 public NotificationPanelView getNotificationPanelView() { in getNotificationPanelView()
230 private final NotificationPanelView mView;260 (Function<NotificationPanelView, Float>) notificationPanelView ->489 NotificationPanelView::setPanelAlphaInternal,490 NotificationPanelView::getCurrentPanelAlpha,678 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
2253 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()
26 import com.android.systemui.statusbar.phone.NotificationPanelView;131 public NotificationPanelView getNotificationPanelView() { in getNotificationPanelView()
27 # NotificationPanelView.java
186 private NotificationPanelView mView;
192 @Mock private NotificationPanelView mNotificationPanelView;