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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java69 public class NotificationPanelView extends PanelView implements class in inherits:PanelView,ExpandableView.OnHeightChangedListener,View.OnClickListener,NotificationStackScrollLayout.OnOverscrollTopChangedListener,KeyguardAffordanceHelper.Callback,NotificationStackScrollLayout.OnEmptySpaceClickListener,HeadsUpManager.OnHeadsUpChangedListener
209 public NotificationPanelView(Context context, AttributeSet attrs) { method in class:NotificationPanelView
245 mQsContainer.setPanelView(NotificationPanelView.this);
247 .setOnClickListener(NotificationPanelView.this);
1644 getParent().invalidateChild(NotificationPanelView.this, mDummyDirtyRect);

Completed in 60 milliseconds