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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationCustomViewWrapper.java 22 import com.android.systemui.statusbar.phone.NotificationPanelView;
33 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationOverflowContainer.java 25 import com.android.systemui.statusbar.phone.NotificationPanelView;
47 NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationTemplateViewWrapper.java 37 import com.android.systemui.statusbar.phone.NotificationPanelView;
72 ? new ViewInvertHelper(mainColumn, NotificationPanelView.DOZE_ANIMATION_DURATION)
159 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 29 import com.android.systemui.statusbar.phone.NotificationPanelView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 73 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator);
75 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator);
StatusBarWindowView.java 50 private NotificationPanelView mNotificationPanel;
94 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
KeyguardBottomAreaView.java 484 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationPanelView.java 56 public class NotificationPanelView extends PanelView implements
180 public NotificationPanelView(Context context, AttributeSet attrs) {
    [all...]
PhoneStatusBar.java 303 NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
659 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById(
    [all...]
  /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,

Completed in 54 milliseconds