D | AppBarLayout.java | 100 @CoordinatorLayout.DefaultBehavior(AppBarLayout.Behavior.class) 101 public class AppBarLayout extends LinearLayout { class 121 void onOffsetChanged(AppBarLayout appBarLayout, int verticalOffset); in onOffsetChanged() 143 public AppBarLayout(Context context) { in AppBarLayout() method in AppBarLayout 147 public AppBarLayout(Context context, AttributeSet attrs) { in AppBarLayout() method in AppBarLayout 164 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppBarLayout, in AppBarLayout() 738 public static class Behavior extends HeaderBehavior<AppBarLayout> { 755 public abstract boolean canDrag(@NonNull AppBarLayout appBarLayout); in canDrag() 779 public boolean onStartNestedScroll(CoordinatorLayout parent, AppBarLayout child, in onStartNestedScroll() 799 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedPreScroll() [all …]
|