Searched refs:startNestedScroll (Results 1 – 2 of 2) sorted by relevance
294 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollView295 return mChildHelper.startNestedScroll(axes, type); in startNestedScroll()339 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollView340 return startNestedScroll(axes, ViewCompat.TYPE_TOUCH); in startNestedScroll()409 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, type); in onNestedScrollAccepted()882 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, ViewCompat.TYPE_TOUCH); in onInterceptTouchEvent()1045 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, ViewCompat.TYPE_TOUCH); in initializeTouchDrag()1085 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, touchType); in scrollBy()2038 startNestedScroll(ViewCompat.SCROLL_AXIS_VERTICAL, ViewCompat.TYPE_NON_TOUCH); in runAnimatedScroll()
85 recyclerView.startNestedScroll(View.SCROLL_AXIS_VERTICAL); in nestedVerticalScrollBy()