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()
25 import com.android.systemui.statusbar.phone.NotificationPanelView;47 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
37 import com.android.systemui.statusbar.phone.NotificationPanelView;72 ? new ViewInvertHelper(mainColumn, NotificationPanelView.DOZE_ANIMATION_DURATION) in resolveViews()158 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
73 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator); in setDozing()75 NotificationPanelView.DOZE_ANIMATION_DURATION, mDozeAnimationInterpolator); in setDozing()
50 private NotificationPanelView mNotificationPanel;94 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onAttachedToWindow()
479 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
56 public class NotificationPanelView extends PanelView implements class180 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView
303 …NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification wi…659 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()
29 import com.android.systemui.statusbar.phone.NotificationPanelView;
27 # NotificationPanelView.java
37 import com.android.systemui.statusbar.phone.NotificationPanelView;59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView, in KeyguardUserSwitcher()