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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationOverflowContainer.java 26 import com.android.systemui.statusbar.phone.NotificationPanelView;
50 NotificationPanelView.DOZE_ANIMATION_DURATION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java 32 import com.android.systemui.statusbar.phone.NotificationPanelView;
76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationCustomViewWrapper.java 34 import com.android.systemui.statusbar.phone.NotificationPanelView;
50 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationViewWrapper.java 31 import com.android.systemui.statusbar.phone.NotificationPanelView;
96 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationHeaderViewWrapper.java 41 import com.android.systemui.statusbar.phone.NotificationPanelView;
67 mInvertHelper = new ViewInvertHelper(ctx, NotificationPanelView.DOZE_ANIMATION_DURATION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 43 private NotificationPanelView mPanel;
48 NotificationPanelView notificationPanelView) {
51 mPanel = notificationPanelView;
DozeScrimController.java 67 NotificationPanelView.DOZE_ANIMATION_DURATION,
70 NotificationPanelView.DOZE_ANIMATION_DURATION,
StatusBarWindowView.java 69 private NotificationPanelView mNotificationPanel;
163 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
NotificationPanelView.java 69 public class NotificationPanelView extends PanelView implements
209 public NotificationPanelView(Context context, AttributeSet attrs) {
244 mQsContainer.setPanelView(NotificationPanelView.this);
246 .setOnClickListener(NotificationPanelView.this);
    [all...]
KeyguardBottomAreaView.java 638 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION);
PhoneStatusBar.java 345 protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
738 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 33 import com.android.systemui.statusbar.phone.NotificationPanelView;
62 private NotificationPanelView mPanelView;
95 public void setPanelView(NotificationPanelView panelView) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 37 import com.android.systemui.statusbar.phone.NotificationPanelView;
59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 41 import com.android.systemui.statusbar.phone.NotificationPanelView;
273 NotificationPanelView.DOZE_ANIMATION_DURATION);
    [all...]

Completed in 131 milliseconds