Home
last modified time | relevance | path

Searched refs:stopNestedScroll (Results 1 – 21 of 21) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingChildHelper.java61 ViewCompat.stopNestedScroll(mView); in setNestedScrollingEnabled()
134 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollingChildHelper
267 ViewCompat.stopNestedScroll(mView); in onDetachedFromWindow()
280 ViewCompat.stopNestedScroll(mView); in onStopNestedScroll()
DNestedScrollingChild.java117 public void stopNestedScroll(); in stopNestedScroll() method
DViewCompat.java375 void stopNestedScroll(View view); in stopNestedScroll() method
895 public void stopNestedScroll(View view) { in stopNestedScroll() method in ViewCompat.BaseViewCompatImpl
897 ((NestedScrollingChild) view).stopNestedScroll(); in stopNestedScroll()
1457 public void stopNestedScroll(View view) { in stopNestedScroll() method in ViewCompat.LollipopViewCompatImpl
1458 ViewCompatLollipop.stopNestedScroll(view); in stopNestedScroll()
2883 public static void stopNestedScroll(View view) { in stopNestedScroll() method in ViewCompat
2884 IMPL.stopNestedScroll(view); in stopNestedScroll()
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java131 public static void stopNestedScroll(View view) { in stopNestedScroll() method in ViewCompatLollipop
132 view.stopNestedScroll(); in stopNestedScroll()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java202 public void stopNestedScroll() { in stopNestedScroll() method in NestedScrollView
203 mChildHelper.stopNestedScroll(); in stopNestedScroll()
248 stopNestedScroll(); in onStopNestedScroll()
660 stopNestedScroll(); in onInterceptTouchEvent()
1639 stopNestedScroll(); in endDrag()
DSwipeRefreshLayout.java785 stopNestedScroll(); in onStopNestedScroll()
828 public void stopNestedScroll() { in stopNestedScroll() method in SwipeRefreshLayout
829 mNestedScrollingChildHelper.stopNestedScroll(); in stopNestedScroll()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java595 stopNestedScroll();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1048 view.stopNestedScroll(); in handleScrolling()
/frameworks/base/core/java/android/widget/
DScrollView.java581 stopNestedScroll(); in onInterceptTouchEvent()
DAbsListView.java4311 stopNestedScroll(); in onInterceptTouchEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2221 stopNestedScroll(); in onInterceptTouchEvent()
2391 stopNestedScroll(); in resetTouch()
8683 public void stopNestedScroll() { in stopNestedScroll() method in RecyclerView
8684 mScrollingChildHelper.stopNestedScroll(); in stopNestedScroll()
/frameworks/base/core/java/android/view/
DView.java9282 stopNestedScroll();
9309 stopNestedScroll();
14386 stopNestedScroll();
19927 stopNestedScroll();
20022 public void stopNestedScroll() {
DViewGroup.java6654 stopNestedScroll(); in onStopNestedScroll()
/frameworks/support/v4/api/
D22.1.0.txt1994 method public abstract void stopNestedScroll();
2009 method public void stopNestedScroll();
2203 method public static void stopNestedScroll(android.view.View);
D22.2.1.txt2053 method public abstract void stopNestedScroll();
2068 method public void stopNestedScroll();
2265 method public static void stopNestedScroll(android.view.View);
D22.2.0.txt2052 method public abstract void stopNestedScroll();
2067 method public void stopNestedScroll();
2264 method public static void stopNestedScroll(android.view.View);
D23.txt2244 method public abstract void stopNestedScroll();
2259 method public void stopNestedScroll();
2459 method public static void stopNestedScroll(android.view.View);
Dcurrent.txt2250 method public abstract void stopNestedScroll();
2265 method public void stopNestedScroll();
2465 method public static void stopNestedScroll(android.view.View);
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt989 NO DOC BLOCK: android.view.View Method stopNestedScroll()
/frameworks/base/api/
Dcurrent.txt36359 method public void stopNestedScroll();
Dsystem-current.txt38651 method public void stopNestedScroll();