Searched refs:dispatchNestedScroll (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java93 * {@link #dispatchNestedScroll(int, int, int, int, int[]) dispatchNestedScroll}, passing
106 * @see #dispatchNestedScroll(int, int, int, int, int[])
152 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, method in interface:NestedScrollingChild
172 * @see #dispatchNestedScroll(int, int, int, int, int[])
H A DNestedScrollingChildHelper.java150 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, method in class:NestedScrollingChildHelper
H A DViewCompat.java462 boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, method in interface:ViewCompat.ViewCompatImpl
1010 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, method in class:ViewCompat.BaseViewCompatImpl
1013 return ((NestedScrollingChild) view).dispatchNestedScroll(dxConsumed, dyConsumed,
1648 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, method in class:ViewCompat.LollipopViewCompatImpl
1650 return ViewCompatLollipop.dispatchNestedScroll(view, dxConsumed, dyConsumed,
3114 * {@link #dispatchNestedScroll(View, int, int, int, int, int[]) dispatchNestedScroll}, passing
3127 * @see #dispatchNestedScroll(View, int, int, int, int, int[])
3179 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, method in class:ViewCompat
3181 return IMPL.dispatchNestedScroll(vie
[all...]
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java177 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, method in class:ViewCompatLollipop
179 return view.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java236 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, method in class:NestedScrollView
238 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
283 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null);
805 if (dispatchNestedScroll(0, scrolledDeltaY, 0, unconsumedY, mScrollOffset)) {
H A DSwipeRefreshLayout.java818 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
861 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, method in class:SwipeRefreshLayout
863 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed,
/frameworks/base/core/java/android/widget/
H A DScrollView.java690 if (dispatchNestedScroll(0, scrolledDeltaY, 0, unconsumedY, mScrollOffset)) {
1705 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null);
H A DAbsListView.java3587 if (dispatchNestedScroll(0, overscroll - incrementalDeltaY, 0, overscroll,
4281 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1117 view.dispatchNestedScroll(consumed[0], consumed[1], scrollPosX, scrollPosY,
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1564 if (dispatchNestedScroll(consumedX, consumedY, unconsumedX, unconsumedY, mScrollOffset)) {
9780 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, method in class:RecyclerView
9782 return getScrollingChildHelper().dispatchNestedScroll(dxConsumed, dyConsumed,
/frameworks/base/core/java/android/view/
H A DViewGroup.java6831 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, null);
H A DView.java21028 * {@link #dispatchNestedScroll(int, int, int, int, int[]) dispatchNestedScroll}, passing
21040 * @see #dispatchNestedScroll(int, int, int, int, int[])
21120 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, method in class:View
21167 * @see #dispatchNestedScroll(int, int, int, int, int[])

Completed in 1456 milliseconds