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

/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 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 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 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,
324 * @param dyConsumed Vertical scroll distance in pixels already consumed by target
329 int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
330 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed);
328 onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DViewCompat.java377 boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
910 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
913 return ((NestedScrollingChild) view).dispatchNestedScroll(dxConsumed, dyConsumed,
1467 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
1469 return ViewCompatLollipop.dispatchNestedScroll(view, dxConsumed, dyConsumed,
2912 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
2922 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
2924 return IMPL.dispatchNestedScroll(view, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/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.java139 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
141 return view.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java63 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
/frameworks/base/core/java/android/view/
H A DViewParent.java503 * @param dyConsumed Vertical scroll distance in pixels already consumed by target
507 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DView.java20060 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
20070 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
20073 if (dxConsumed != 0 || dyConsumed != 0 || dxUnconsumed != 0 || dyUnconsumed != 0) {
20082 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed,
H A DViewGroup.java6662 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DViewRootImpl.java6601 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java789 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
797 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dxConsumed, null);
838 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
840 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,
H A DNestedScrollView.java212 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
214 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
252 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
/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.java617 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java479 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
481 mHideOnContentScrollReference += dyConsumed;
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1461 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
1475 viewBehavior.onNestedScroll(this, view, target, dxConsumed, dyConsumed,
1990 * @param dyConsumed vertical pixels consumed by the target's own scrolling operation
1999 int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
1998 onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DAppBarLayout.java698 View target, int dxConsumed, int dyConsumed,
697 onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
/frameworks/base/core/java/android/widget/
H A DScrollView.java1689 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DAbsListView.java4131 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8693 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
8695 return mScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,

Completed in 379 milliseconds