Searched defs:onStopNestedScroll (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/view/
H A DNestedScrollingParentHelper.java82 public void onStopNestedScroll(View target) { method in class:NestedScrollingParentHelper
H A DNestedScrollingChildHelper.java137 ViewParentCompat.onStopNestedScroll(mNestedScrollingParent, mView);
280 public void onStopNestedScroll(View child) { method in class:NestedScrollingChildHelper
/frameworks/support/compat/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java48 public static void onStopNestedScroll(ViewParent parent, View target) { method in class:ViewParentCompatLollipop
50 parent.onStopNestedScroll(target);
53 "method onStopNestedScroll", e);
/frameworks/support/compat/java/android/support/v4/view/
H A DNestedScrollingParent.java52 * will receive a call to {@link #onStopNestedScroll(View)}.
77 * @see #onStopNestedScroll(View)
92 public void onStopNestedScroll(View target); method in interface:NestedScrollingParent
H A DViewParentCompat.java42 void onStopNestedScroll(ViewParent parent, View target); method in interface:ViewParentCompat.ViewParentCompatImpl
87 public void onStopNestedScroll(ViewParent parent, View target) { method in class:ViewParentCompat.ViewParentCompatStubImpl
89 ((NestedScrollingParent) parent).onStopNestedScroll(target);
170 public void onStopNestedScroll(ViewParent parent, View target) { method in class:ViewParentCompat.ViewParentCompatLollipopImpl
171 ViewParentCompatLollipop.onStopNestedScroll(parent, target);
255 * will receive a call to {@link #onStopNestedScroll(ViewParent, View)}.
283 * @see #onStopNestedScroll(ViewParent, View)
301 public static void onStopNestedScroll(ViewParent parent, View target) { method in class:ViewParentCompat
302 IMPL.onStopNestedScroll(parent, target);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java185 public void onStopNestedScroll(View target) { method in class:TestedFrameLayout
/frameworks/base/core/java/android/view/
H A DViewParent.java472 * will receive a call to {@link #onStopNestedScroll(View)}.
497 * @see #onStopNestedScroll(View)
512 public void onStopNestedScroll(View target); method in interface:ViewParent
H A DViewGroup.java6789 * <p>The default implementation of onStopNestedScroll calls
6793 public void onStopNestedScroll(View child) { method in class:ViewGroup
H A DViewRootImpl.java6931 public void onStopNestedScroll(View target) { method in class:ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java383 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { method in class:BottomSheetBehavior
H A DAppBarLayout.java854 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, method in class:AppBarLayout.Behavior
H A DCoordinatorLayout.java249 onStopNestedScroll(mNestedScrollingTarget);
1677 public void onStopNestedScroll(View target) { method in class:CoordinatorLayout
1678 mNestedScrollingParentHelper.onStopNestedScroll(target);
1690 viewBehavior.onStopNestedScroll(this, view, target);
2215 * <p><code>onStopNestedScroll</code> marks the end of a single nested scroll event
2225 * @see NestedScrollingParent#onStopNestedScroll(View)
2227 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { method in class:CoordinatorLayout.Behavior
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java541 public void onStopNestedScroll(View target) { method in class:ActionBarOverlayLayout
542 super.onStopNestedScroll(target);
H A DResolverDrawerLayout.java625 public void onStopNestedScroll(View child) { method in class:ResolverDrawerLayout
626 super.onStopNestedScroll(child);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java486 public void onStopNestedScroll(View target) { method in class:ActionBarOverlayLayout
/frameworks/base/core/java/android/widget/
H A DScrollView.java1694 public void onStopNestedScroll(View target) { method in class:ScrollView
1695 super.onStopNestedScroll(target);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java274 public void onStopNestedScroll(View target) { method in class:NestedScrollView
275 mParentHelper.onStopNestedScroll(target);
H A DSwipeRefreshLayout.java830 public void onStopNestedScroll(View target) { method in class:SwipeRefreshLayout
831 mNestedScrollingParentHelper.onStopNestedScroll(target);

Completed in 386 milliseconds