Searched defs:NotificationPanelView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java77 public class NotificationPanelView extends PanelView implements class in inherits:PanelView,ExpandableView.OnHeightChangedListener,View.OnClickListener,NotificationStackScrollLayout.OnOverscrollTopChangedListener,KeyguardAffordanceHelper.Callback,NotificationStackScrollLayout.OnEmptySpaceClickListener,OnHeadsUpChangedListener,QS.HeightListener
100 private static final FloatProperty<NotificationPanelView> SET_DARK_AMOUNT_PROPERTY =
101 new FloatProperty<NotificationPanelView>("mDarkAmount") {
103 public void setValue(NotificationPanelView object, float value) {
108 public Float get(NotificationPanelView object) {
243 public NotificationPanelView(Context context, AttributeSet attrs) { method in class:NotificationPanelView
1766 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect);
2547 mQs.setPanelView(NotificationPanelView.this);
2548 mQs.setExpandClickListener(NotificationPanelView.this);

Completed in 62 milliseconds