Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onMeasureChild(@NonNull parent: CoordinatorLayout, @NonNull child: AppBarLayout, parentWidthMeasureSpec: Int, widthUsed: Int, parentHeightMeasureSpec: Int, heightUsed: Int): Boolean
Link copied to clipboard
open fun onNestedPreScroll(coordinatorLayout: CoordinatorLayout, child: AppBarLayout, target: View, dx: Int, dy: Int, consumed: Array<Int>, type: Int)
Link copied to clipboard
open fun onNestedScroll(@NonNull coordinatorLayout: CoordinatorLayout, @NonNull child: AppBarLayout, @NonNull target: View, dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, type: Int, consumed: Array<Int>)
Link copied to clipboard
open fun onStartNestedScroll(@NonNull parent: CoordinatorLayout, @NonNull child: AppBarLayout, @NonNull directTargetChild: View, @NonNull target: View, nestedScrollAxes: Int, type: Int): Boolean
Link copied to clipboard
open fun onStopNestedScroll(coordinatorLayout: CoordinatorLayout, abl: AppBarLayout, target: View, type: Int)
Link copied to clipboard
open fun setAutoRestoreTopAndBottom(autorestore: Boolean)
Link copied to clipboard
open fun setNeedToCheckBottomViewMargin(checkBottomViewMargin: Boolean)