Searched defs:stopNestedScroll (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java47 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
80 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
104 * @see #stopNestedScroll()
117 public void stopNestedScroll(); method in interface:NestedScrollingChild
H A DNestedScrollingChildHelper.java61 ViewCompat.stopNestedScroll(mView);
134 public void stopNestedScroll() { method in class:NestedScrollingChildHelper
267 ViewCompat.stopNestedScroll(mView);
280 ViewCompat.stopNestedScroll(mView);
H A DViewCompat.java460 void stopNestedScroll(View view); method in interface:ViewCompat.ViewCompatImpl
995 public void stopNestedScroll(View view) { method in class:ViewCompat.BaseViewCompatImpl
997 ((NestedScrollingChild) view).stopNestedScroll();
1638 public void stopNestedScroll(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1639 ViewCompatLollipop.stopNestedScroll(view);
3065 * {@link #stopNestedScroll(View) stopping} the nested scroll.</p>
3101 * {@link #stopNestedScroll(View)} to indicate the end of the nested scroll.</p>
3125 * @see #stopNestedScroll(View)
3140 public static void stopNestedScroll(View view) { method in class:ViewCompat
3141 IMPL.stopNestedScroll(vie
[all...]
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java169 public static void stopNestedScroll(View view) { method in class:ViewCompatLollipop
170 view.stopNestedScroll();
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java226 public void stopNestedScroll() { method in class:NestedScrollView
227 mChildHelper.stopNestedScroll();
273 stopNestedScroll();
704 stopNestedScroll();
1721 stopNestedScroll();
H A DSwipeRefreshLayout.java811 stopNestedScroll();
851 public void stopNestedScroll() { method in class:SwipeRefreshLayout
852 mNestedScrollingChildHelper.stopNestedScroll();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2527 stopNestedScroll();
2693 stopNestedScroll();
9770 public void stopNestedScroll() { method in class:RecyclerView
9771 getScrollingChildHelper().stopNestedScroll();
/frameworks/base/core/java/android/view/
H A DView.java3930 * by {@link #stopNestedScroll()} at the same point where we clear
9924 stopNestedScroll();
9954 stopNestedScroll();
15256 stopNestedScroll();
20972 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
20983 stopNestedScroll();
21015 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
21038 * @see #stopNestedScroll()
21078 public void stopNestedScroll() { method in class:View

Completed in 614 milliseconds