Home
last modified time | relevance | path

Searched refs:onStopNestedScroll (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/support/v4/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
89 ((NestedScrollingParent) parent).onStopNestedScroll(target); in onStopNestedScroll()
170 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl
171 ViewParentCompatLollipop.onStopNestedScroll(parent, target); in onStopNestedScroll()
301 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat
302 IMPL.onStopNestedScroll(parent, target); in onStopNestedScroll()
DNestedScrollingChildHelper.java136 ViewParentCompat.onStopNestedScroll(mNestedScrollingParent, mView); in stopNestedScroll()
279 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
DNestedScrollingParentHelper.java81 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
DNestedScrollingParent.java92 public void onStopNestedScroll(View target); in onStopNestedScroll() method
/frameworks/support/v4/api21/android/support/v4/view/
DViewParentCompatLollipop.java48 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompatLollipop
50 parent.onStopNestedScroll(target); in onStopNestedScroll()
/frameworks/base/core/java/android/view/
DViewParent.java512 public void onStopNestedScroll(View target); in onStopNestedScroll() method
/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/com/android/internal/widget/
DActionBarOverlayLayout.java541 public void onStopNestedScroll(View target) {
542 super.onStopNestedScroll(target);
DResolverDrawerLayout.java625 public void onStopNestedScroll(View child) {
626 super.onStopNestedScroll(child);
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java241 onStopNestedScroll(mNestedScrollingTarget); in onDetachedFromWindow()
1508 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout
1509 mNestedScrollingParentHelper.onStopNestedScroll(target); in onStopNestedScroll()
1521 viewBehavior.onStopNestedScroll(this, view, target); in onStopNestedScroll()
2036 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in CoordinatorLayout.Behavior
DBottomSheetBehavior.java346 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
DAppBarLayout.java834 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java801 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
802 mNestedScrollingParentHelper.onStopNestedScroll(target); in onStopNestedScroll()
DNestedScrollView.java271 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
272 mParentHelper.onStopNestedScroll(target); in onStopNestedScroll()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java484 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ActionBarOverlayLayout
/frameworks/support/design/api/
D22.2.0.txt23 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
141 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
D22.2.1.txt23 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
142 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
D23.0.0.txt26 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
153 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
D23.1.0.txt25 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
164 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
D23.1.1.txt25 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
164 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
Dcurrent.txt26 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup…
218 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
/frameworks/base/core/java/android/widget/
DScrollView.java1694 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView
1695 super.onStopNestedScroll(target); in onStopNestedScroll()
/frameworks/support/v4/api/
D22.1.0.txt2006 method public void onStopNestedScroll(android.view.View);
2020 method public abstract void onStopNestedScroll(android.view.View);
2027 method public void onStopNestedScroll(android.view.View);
2316 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);
D22.2.0.txt2064 method public void onStopNestedScroll(android.view.View);
2078 method public abstract void onStopNestedScroll(android.view.View);
2085 method public void onStopNestedScroll(android.view.View);
2381 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);
D22.2.1.txt2065 method public void onStopNestedScroll(android.view.View);
2079 method public abstract void onStopNestedScroll(android.view.View);
2086 method public void onStopNestedScroll(android.view.View);
2382 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);

12