Searched defs:dyConsumed (Results 1 - 22 of 22) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java58 int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
60 parent.onNestedScroll(target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed);
57 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DViewCompatLollipop.java177 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
179 return view.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java142 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
152 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
H A DNestedScrollingParent.java111 * @param dyConsumed Vertical scroll distance in pixels already consumed by target
115 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DNestedScrollingChildHelper.java150 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
153 if (dxConsumed != 0 || dyConsumed != 0 || dxUnconsumed != 0 || dyUnconsumed != 0) {
163 dyConsumed, dxUnconsumed, dyUnconsumed);
H A DViewParentCompat.java43 void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, argument
94 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, argument
97 ((NestedScrollingParent) parent).onNestedScroll(target, dxConsumed, dyConsumed,
175 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, argument
177 ViewParentCompatLollipop.onNestedScroll(parent, target, dxConsumed, dyConsumed,
322 * @param dyConsumed Vertical scroll distance in pixels already consumed by target
327 int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
328 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed);
326 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DViewCompat.java462 boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
1010 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
1013 return ((NestedScrollingChild) view).dispatchNestedScroll(dxConsumed, dyConsumed,
1648 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
1650 return ViewCompatLollipop.dispatchNestedScroll(view, dxConsumed, dyConsumed,
3169 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
3179 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
3181 return IMPL.dispatchNestedScroll(view, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java162 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
/frameworks/base/core/java/android/view/
H A DViewParent.java531 * @param dyConsumed Vertical scroll distance in pixels already consumed by target
535 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DViewGroup.java6828 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
6831 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, null);
H A DViewRootImpl.java6903 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DView.java21110 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
21120 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
21123 if (dxConsumed != 0 || dyConsumed != 0 || dxUnconsumed != 0 || dyUnconsumed != 0) {
21132 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed,
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java534 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
536 mHideOnContentScrollReference += dyConsumed;
H A DResolverDrawerLayout.java633 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java477 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
479 mHideOnContentScrollReference += dyConsumed;
/frameworks/base/core/java/android/widget/
H A DScrollView.java1699 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DAbsListView.java4269 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java818 View target, int dxConsumed, int dyConsumed,
817 onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DCoordinatorLayout.java1531 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
1545 viewBehavior.onNestedScroll(this, view, target, dxConsumed, dyConsumed,
2060 * @param dyConsumed vertical pixels consumed by the target's own scrolling operation
2069 int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
2068 onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java236 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
238 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
277 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
H A DSwipeRefreshLayout.java815 public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed, argument
818 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
861 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
863 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java9780 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
9782 return getScrollingChildHelper().dispatchNestedScroll(dxConsumed, dyConsumed,

Completed in 6458 milliseconds