Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/view/
DNestedScrollingParentHelper.java98 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
109 public void onStopNestedScroll(@NonNull View target, @NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParentHelper
DNestedScrollingChildHelper.java377 public void onStopNestedScroll(@NonNull View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
DNestedScrollingParent2Adapter.java39 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParent2Adapter
75 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParent2Adapter
/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java55 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatBaseImpl
135 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatApi21Impl
277 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat
394 public static void onStopNestedScroll(ViewParent parent, View target, int type) { in onStopNestedScroll() method in ViewParentCompat
DNestedScrollingParent2.java99 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll() method
DNestedScrollingParent.java94 void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() method
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java156 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in TestedFrameLayout
212 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() method in TestedFrameLayout
/frameworks/base/core/java/android/view/
DViewParent.java554 public void onStopNestedScroll(View target); in onStopNestedScroll() method
DViewGroup.java7290 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in ViewGroup
DViewRootImpl.java7326 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java380 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
DCoordinatorLayout.java1758 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout
1763 public void onStopNestedScroll(View target, int type) { in onStopNestedScroll() method in CoordinatorLayout
2362 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior
2388 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior
DAppBarLayout.java877 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java888 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java803 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
DNestedScrollView.java303 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
/frameworks/base/core/java/android/widget/
DScrollView.java1711 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView