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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java121 public class NotificationStackScrollLayout extends ViewGroup class in inherits:ViewGroup,SwipeHelper.Callback,ExpandHelper.Callback,ScrollAdapter,ExpandableView.OnHeightChangedListener,NotificationGroupManager.OnGroupChangeListener,NotificationMenuRowPlugin.OnMenuEventListener,VisibilityLocationProvider,NotificationListContainer
379 private static final Property<NotificationStackScrollLayout, Float> DARK_AMOUNT =
380 new FloatProperty<NotificationStackScrollLayout>("darkAmount") {
382 public void setValue(NotificationStackScrollLayout object, float value) {
387 public Float get(NotificationStackScrollLayout object) {
420 public NotificationStackScrollLayout(Context context) { method in class:NotificationStackScrollLayout
424 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { method in class:NotificationStackScrollLayout
428 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:NotificationStackScrollLayout
432 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, method in class:NotificationStackScrollLayout
4686 mCurrMenuRow.setMenuClickListener(NotificationStackScrollLayout
[all...]

Completed in 95 milliseconds