Home | History | Annotate | Download | only in widget

Lines Matching defs:onNestedFling

1895     public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) {
1913 handled |= viewBehavior.onNestedFling(this, view, target, velocityX, velocityY,
2556 * <p><code>onNestedFling</code> is called when the current nested scrolling child view
2572 * @see NestedScrollingParent#onNestedFling(View, float, float, boolean)
2574 public boolean onNestedFling(@NonNull CoordinatorLayout coordinatorLayout,