Searched refs:NotificationPanelView (Results 1 – 12 of 12) sorted by relevance
22 import com.android.systemui.statusbar.phone.NotificationPanelView;33 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationCustomViewWrapper()
26 import com.android.systemui.statusbar.phone.NotificationPanelView;50 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
37 import com.android.systemui.statusbar.phone.NotificationPanelView;72 ? new ViewInvertHelper(mainColumn, NotificationPanelView.DOZE_ANIMATION_DURATION) in resolveViews()159 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
44 private NotificationPanelView mPanel;50 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
73 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator); in setDozing()75 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator); in setDozing()
51 private NotificationPanelView mNotificationPanel;131 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
64 public class NotificationPanelView extends PanelView implements class219 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView1797 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
590 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
294 …NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification wi…667 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()
37 import com.android.systemui.statusbar.phone.NotificationPanelView;59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView, in KeyguardUserSwitcher()
27 # NotificationPanelView.java