public class PushViewBehavior extends CoordinatorLayout.Behavior<View>
Constructor and Description |
---|
PushViewBehavior(Context context,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
layoutDependsOn(CoordinatorLayout parent,
View child,
View dependency) |
boolean |
onDependentViewChanged(CoordinatorLayout parent,
View child,
View dependency) |
blocksInteractionBelow, getScrimColor, getScrimOpacity, getTag, isDirty, onApplyWindowInsets, onDependentViewRemoved, onInterceptTouchEvent, onLayoutChild, onMeasureChild, onNestedFling, onNestedPreFling, onNestedPreScroll, onNestedScroll, onNestedScrollAccepted, onRestoreInstanceState, onSaveInstanceState, onStartNestedScroll, onStopNestedScroll, onTouchEvent, setTag
public PushViewBehavior(Context context, AttributeSet attrs)
public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency)
layoutDependsOn
in class CoordinatorLayout.Behavior<View>
public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency)
onDependentViewChanged
in class CoordinatorLayout.Behavior<View>