-
public final class MainExpandFloatActionButtonBehavior extends CoordinatorLayout.Behavior<MainExpandFloatActionButton>
-
-
Constructor Summary
Constructors Constructor Description MainExpandFloatActionButtonBehavior(Context context, AttributeSet attributeSet)
-
Method Summary
Modifier and Type Method Description UnitonNestedScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View target, Integer dxConsumed, Integer dyConsumed, Integer dxUnconsumed, Integer dyUnconsumed, Integer type, IntArray consumed)UnitonNestedPreScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View target, Integer dx, Integer dy, IntArray consumed, Integer type)BooleanonStartNestedScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View directTargetChild, View target, Integer axes, Integer type)-
Methods inherited from class com.lyy.keepassa.widget.MainExpandFloatActionButtonBehavior
blocksInteractionBelow, getInsetDodgeRect, getScrimColor, getScrimOpacity, layoutDependsOn, onApplyWindowInsets, onAttachedToLayoutParams, onDependentViewChanged, onDependentViewRemoved, onDetachedFromLayoutParams, onInterceptTouchEvent, onLayoutChild, onMeasureChild, onNestedFling, onNestedPreFling, onNestedPreScroll, onNestedScroll, onNestedScroll, onNestedScrollAccepted, onNestedScrollAccepted, onRequestChildRectangleOnScreen, onRestoreInstanceState, onSaveInstanceState, onStartNestedScroll, onStopNestedScroll, onStopNestedScroll, onTouchEvent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MainExpandFloatActionButtonBehavior
MainExpandFloatActionButtonBehavior(Context context, AttributeSet attributeSet)
-
-
Method Detail
-
onNestedScroll
Unit onNestedScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View target, Integer dxConsumed, Integer dyConsumed, Integer dxUnconsumed, Integer dyUnconsumed, Integer type, IntArray consumed)
-
onNestedPreScroll
Unit onNestedPreScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View target, Integer dx, Integer dy, IntArray consumed, Integer type)
-
onStartNestedScroll
Boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, MainExpandFloatActionButton child, View directTargetChild, View target, Integer axes, Integer type)
-
-
-
-