Home | History | Annotate | Download | only in widget

Lines Matching defs:onNestedScrollAccepted

305     public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes,
307 mParentHelper.onNestedScrollAccepted(child, target, axes, type);
342 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) {
343 onNestedScrollAccepted(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH);