| D | NotificationStackScrollLayout.java | 92 public class NotificationStackScrollLayout extends ViewGroup class 346 private static final Property<NotificationStackScrollLayout, Float> BACKGROUND_FADE = 347 new FloatProperty<NotificationStackScrollLayout>("backgroundFade") { 349 public void setValue(NotificationStackScrollLayout object, float value) { 354 public Float get(NotificationStackScrollLayout object) { 359 public NotificationStackScrollLayout(Context context) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 363 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 367 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 371 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationStackScrollLayout() method in NotificationStackScrollLayout 3877 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout); in onChildLocationsChanged() [all …]
|