Searched refs:onStopNestedScroll (Results 1 – 2 of 2) sorted by relevance
413 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollView414 mParentHelper.onStopNestedScroll(target, type); in onStopNestedScroll()445 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollView446 onStopNestedScroll(target, ViewCompat.TYPE_TOUCH); in onStopNestedScroll()
837 public void onStopNestedScroll(View child) {838 super.onStopNestedScroll(child);