Home
last modified time | relevance | path

Searched defs:onStopNestedScroll (Results 1 – 15 of 15) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/view/
DNestedScrollingParentHelper.java82 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
DNestedScrollingChildHelper.java280 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java42 void onStopNestedScroll(ViewParent parent, View target); in onStopNestedScroll() method
87 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatStubImpl
170 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl
301 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat
DNestedScrollingParent.java92 public void onStopNestedScroll(View target); in onStopNestedScroll() method
/frameworks/support/compat/api21/android/support/v4/view/
DViewParentCompatLollipop.java48 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompatLollipop
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java185 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in TestedFrameLayout
/frameworks/base/core/java/android/view/
DViewParent.java512 public void onStopNestedScroll(View target); in onStopNestedScroll() method
DViewGroup.java6818 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in ViewGroup
DViewRootImpl.java6894 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java378 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
DCoordinatorLayout.java1662 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout
2212 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in CoordinatorLayout.Behavior
DAppBarLayout.java851 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java813 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
DNestedScrollView.java271 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
/frameworks/base/core/java/android/widget/
DScrollView.java1694 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView