Searched refs:NotificationPanelView (Results 1 – 15 of 15) sorted by relevance
26 import com.android.systemui.statusbar.phone.NotificationPanelView;50 NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
34 import com.android.systemui.statusbar.phone.NotificationPanelView;50 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationCustomViewWrapper()
31 import com.android.systemui.statusbar.phone.NotificationPanelView;96 animator.setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startIntensityAnimation()
32 import com.android.systemui.statusbar.phone.NotificationPanelView;76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION); in onFinishInflate()
41 import com.android.systemui.statusbar.phone.NotificationPanelView;67 mInvertHelper = new ViewInvertHelper(ctx, NotificationPanelView.DOZE_ANIMATION_DURATION); in NotificationHeaderViewWrapper()
43 private NotificationPanelView mPanel;48 NotificationPanelView notificationPanelView) { in HeadsUpTouchHelper()
67 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()70 NotificationPanelView.DOZE_ANIMATION_DURATION, in setDozing()
69 private NotificationPanelView mNotificationPanel;158 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel); in onFinishInflate()
68 public class NotificationPanelView extends PanelView implements class208 public NotificationPanelView(Context context, AttributeSet attrs) { in NotificationPanelView() method in NotificationPanelView243 mQsContainer.setPanelView(NotificationPanelView.this); in onFinishInflate()245 .setOnClickListener(NotificationPanelView.this); in onFinishInflate()1641 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect); in onExpandingFinished()
618 .setDuration(NotificationPanelView.DOZE_ANIMATION_DURATION); in startFinishDozeAnimation()
337 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif…728 mNotificationPanel = (NotificationPanelView) mStatusBarWindow.findViewById( in makeStatusBarView()
33 import com.android.systemui.statusbar.phone.NotificationPanelView;62 private NotificationPanelView mPanelView;95 public void setPanelView(NotificationPanelView panelView) { in setPanelView()
37 import com.android.systemui.statusbar.phone.NotificationPanelView;59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView, in KeyguardUserSwitcher()
27 # NotificationPanelView.java
41 import com.android.systemui.statusbar.phone.NotificationPanelView;273 NotificationPanelView.DOZE_ANIMATION_DURATION);