Home
last modified time | relevance | path

Searched refs:onNestedScroll (Results 1 – 24 of 24) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java43 void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
94 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewParentCompat.ViewParentCompatStubImpl
97 ((NestedScrollingParent) parent).onNestedScroll(target, dxConsumed, dyConsumed, in onNestedScroll()
175 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl
177 ViewParentCompatLollipop.onNestedScroll(parent, target, dxConsumed, dyConsumed, in onNestedScroll()
326 public static void onNestedScroll(ViewParent parent, View target, int dxConsumed, in onNestedScroll() method in ViewParentCompat
328 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed); in onNestedScroll()
DNestedScrollingParent.java115 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
/frameworks/support/compat/api21/android/support/v4/view/
DViewParentCompatLollipop.java57 public static void onNestedScroll(ViewParent parent, View target, int dxConsumed, in onNestedScroll() method in ViewParentCompatLollipop
60 parent.onNestedScroll(target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed); in onNestedScroll()
/frameworks/base/core/java/android/view/
DViewParent.java535 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
DViewGroup.java6803 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewGroup
DViewRootImpl.java6940 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewRootImpl
DView.java21302 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed, in dispatchNestedScroll()
/frameworks/support/core-ui/java/android/support/v4/view/
DNestedScrollingChildHelper.java163 ViewParentCompat.onNestedScroll(mNestedScrollingParent, mView, dxConsumed, in dispatchNestedScroll()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java162 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll() method in TestedFrameLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java479 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1721 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in CoordinatorLayout
1735 viewBehavior.onNestedScroll(this, view, target, dxConsumed, dyConsumed, in onNestedScroll()
2279 public void onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, in onNestedScroll() method in CoordinatorLayout.Behavior
DAppBarLayout.java837 public void onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedScroll() method in AppBarLayout.Behavior
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java534 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
DResolverDrawerLayout.java633 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java844 public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed, in onNestedScroll() method in SwipeRefreshLayout
DNestedScrollView.java280 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll() method in NestedScrollView
/frameworks/base/core/java/android/widget/
DScrollView.java1714 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ScrollView
DAbsListView.java4280 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt738 NO DOC BLOCK: android.view.ViewGroup Method onNestedScroll(android.view.View, int, int, int, int)
739 NO DOC BLOCK: android.view.ViewParent Method onNestedScroll(android.view.View, int, int, int, int)
/frameworks/support/api/
Dcurrent.txt265 …method public void onNestedScroll(android.support.design.widget.CoordinatorLayout, android.support…
484 …method public void onNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.view…
6188 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
6556 …method public static void onNestedScroll(android.view.ViewParent, android.view.View, int, int, int…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34150 method public void onNestedScroll(android.view.View, int, int, int, int);
34299 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt43235 method public void onNestedScroll(android.view.View, int, int, int, int);
43388 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
Dsystem-current.txt46412 method public void onNestedScroll(android.view.View, int, int, int, int);
46565 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
Dtest-current.txt43321 method public void onNestedScroll(android.view.View, int, int, int, int);
43474 method public abstract void onNestedScroll(android.view.View, int, int, int, int);