D | NotificationStackScrollLayout.java | 100 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) { 374 public NotificationStackScrollLayout(Context context) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 378 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 382 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout 386 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationStackScrollLayout() method in NotificationStackScrollLayout 4241 void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout); in onChildLocationsChanged() [all …]
|