Searched refs:nestedScrollAxes (Results 1 – 1 of 1) sorted by relevance
942 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument943 final boolean startNestedScroll = (nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()