D | NotificationStackScrollLayout.java | 121 public class NotificationStackScrollLayout extends ViewGroup class 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) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 424 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 428 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 432 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationStackScrollLayout() method in NotificationStackScrollLayout 4686 mCurrMenuRow.setMenuClickListener(NotificationStackScrollLayout.this);
|