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

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingParentHelper.java81 public void onStopNestedScroll(View target) { method in class:NestedScrollingParentHelper
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);
257 * will receive a call to {@link #onStopNestedScroll(ViewParent, View)}.
285 * @see #onStopNestedScroll(ViewParent, View)
303 public static void onStopNestedScroll(ViewParent parent, View target) { method in class:ViewParentCompat
304 IMPL.onStopNestedScroll(parent, target);
H A DNestedScrollingChildHelper.java136 ViewParentCompat.onStopNestedScroll(mNestedScrollingParent, mView);
279 public void onStopNestedScroll(View child) { method in class:NestedScrollingChildHelper
/frameworks/support/v4/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/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java86 public void onStopNestedScroll(View target) { method in class:TestedFrameLayout
/frameworks/base/core/java/android/view/
H A DViewParent.java444 * will receive a call to {@link #onStopNestedScroll(View)}.
469 * @see #onStopNestedScroll(View)
484 public void onStopNestedScroll(View target); method in interface:ViewParent
H A DViewGroup.java6648 * <p>The default implementation of onStopNestedScroll calls
6652 public void onStopNestedScroll(View child) { method in class:ViewGroup
H A DViewRootImpl.java6593 public void onStopNestedScroll(View target) { method in class:ViewRootImpl
H A DView.java20030 mNestedScrollingParent.onStopNestedScroll(this);
/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.java609 public void onStopNestedScroll(View child) { method in class:ResolverDrawerLayout
610 super.onStopNestedScroll(child);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java225 onStopNestedScroll(mNestedScrollingTarget);
1438 public void onStopNestedScroll(View target) { method in class:CoordinatorLayout
1439 mNestedScrollingParentHelper.onStopNestedScroll(target);
1451 viewBehavior.onStopNestedScroll(this, view, target);
1954 * <p><code>onStopNestedScroll</code> marks the end of a single nested scroll event
1964 * @see NestedScrollingParent#onStopNestedScroll(View)
1966 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { method in class:CoordinatorLayout.Behavior
H A DAppBarLayout.java714 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, method in class:AppBarLayout.Behavior
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java776 public void onStopNestedScroll(View target) { method in class:SwipeRefreshLayout
777 mNestedScrollingParentHelper.onStopNestedScroll(target);
H A DNestedScrollView.java247 public void onStopNestedScroll(View target) { method in class:NestedScrollView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java486 public void onStopNestedScroll(View target) { method in class:ActionBarOverlayLayout
/frameworks/base/core/java/android/widget/
H A DScrollView.java1684 public void onStopNestedScroll(View target) { method in class:ScrollView
1685 super.onStopNestedScroll(target);

Completed in 382 milliseconds