[go: nahoru, domu]

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

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

Completed in 41 milliseconds