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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java62 public class NotificationStackScrollLayout extends ViewGroup class in inherits:ViewGroup,SwipeHelper.Callback,ExpandHelper.Callback,ScrollAdapter,ExpandableView.OnHeightChangedListener,NotificationGroupManager.OnGroupChangeListener
66 private static final String TAG = "NotificationStackScrollLayout";
235 public NotificationStackScrollLayout(Context context) { method in class:NotificationStackScrollLayout
239 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { method in class:NotificationStackScrollLayout
243 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:NotificationStackScrollLayout
247 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, method in class:NotificationStackScrollLayout
2863 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout);

Completed in 65 milliseconds