HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationPanel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 41 private final View mNotificationPanel;
49 mNotificationPanel = statusBarWindow.findViewById(R.id.notification_panel);
58 outAnimation(mNotificationPanel.animate())
64 inAnimation(mNotificationPanel.animate())
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 355 protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
    [all...]
StatusBarWindowView.java 69 private NotificationPanelView mNotificationPanel;
163 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
247 if (mNotificationPanel.isFullyExpanded()
264 mNotificationPanel.onInterceptTouchEvent(cancellation);

Completed in 182 milliseconds