Searched refs:stopNestedScroll (Results 1 – 3 of 3) sorted by relevance
299 public void stopNestedScroll(int type) { in stopNestedScroll() method in NestedScrollView300 mChildHelper.stopNestedScroll(type); in stopNestedScroll()344 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollView345 stopNestedScroll(ViewCompat.TYPE_TOUCH); in stopNestedScroll()415 stopNestedScroll(type); in onStopNestedScroll()895 stopNestedScroll(ViewCompat.TYPE_TOUCH); in onInterceptTouchEvent()1054 stopNestedScroll(ViewCompat.TYPE_TOUCH); in endTouchDrag()1195 stopNestedScroll(touchType); in scrollBy()1998 stopNestedScroll(ViewCompat.TYPE_NON_TOUCH); in computeScroll()2040 stopNestedScroll(ViewCompat.TYPE_NON_TOUCH); in runAnimatedScroll()[all …]
90 recyclerView.stopNestedScroll(); in nestedVerticalScrollBy()
1782 PLandroidx/core/view/NestedScrollingChildHelper;->stopNestedScroll()V1783 PLandroidx/core/view/NestedScrollingChildHelper;->stopNestedScroll(I)V2003 PLandroidx/recyclerview/widget/RecyclerView;->stopNestedScroll()V2004 PLandroidx/recyclerview/widget/RecyclerView;->stopNestedScroll(I)V