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

/frameworks/support/compat/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 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.java470 boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
1053 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
1056 return ((NestedScrollingChild) view).dispatchNestedScroll(dxConsumed, dyConsumed,
1699 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
1701 return ViewCompatLollipop.dispatchNestedScroll(view, dxConsumed, dyConsumed,
3275 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
3285 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
3287 return IMPL.dispatchNestedScroll(view, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/frameworks/support/core-ui/java/android/support/v4/view/
H A DNestedScrollingChildHelper.java151 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
154 if (dxConsumed != 0 || dyConsumed != 0 || dxUnconsumed != 0 || dyUnconsumed != 0) {
164 dyConsumed, dxUnconsumed, dyUnconsumed);
/frameworks/support/compat/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.java164 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, argument
166 return view.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/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.java6803 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
6806 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, null);
H A DView.java21280 * @param dyConsumed Vertical distance in pixels consumed by this view during this scroll step
21290 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, argument
21293 if (dxConsumed != 0 || dyConsumed != 0 || dxUnconsumed != 0 || dyUnconsumed != 0) {
21302 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed,
H A DViewRootImpl.java6939 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java844 public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed, argument
847 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
890 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
892 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,
H A DNestedScrollView.java239 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
241 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
280 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, argument
/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/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.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.java1701 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
1715 viewBehavior.onNestedScroll(this, view, target, dxConsumed, dyConsumed,
2251 * @param dyConsumed vertical pixels consumed by the target's own scrolling operation
2260 int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) {
2259 onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
H A DAppBarLayout.java838 View target, int dxConsumed, int dyConsumed,
837 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.java1699 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
H A DAbsListView.java4264 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java10157 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, argument
10159 return getScrollingChildHelper().dispatchNestedScroll(dxConsumed, dyConsumed,

Completed in 584 milliseconds