Home
last modified time | relevance | path

Searched refs:dispatchNestedScroll (Results 1 – 19 of 19) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java139 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompatLollipop
141 return view.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll()
/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingChild.java152 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method
DNestedScrollingChildHelper.java150 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in NestedScrollingChildHelper
DViewCompat.java377 boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method
910 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompat.BaseViewCompatImpl
913 return ((NestedScrollingChild) view).dispatchNestedScroll(dxConsumed, dyConsumed, in dispatchNestedScroll()
1467 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompat.LollipopViewCompatImpl
1469 return ViewCompatLollipop.dispatchNestedScroll(view, dxConsumed, dyConsumed, in dispatchNestedScroll()
2922 public static boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() method in ViewCompat
2924 return IMPL.dispatchNestedScroll(view, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java797 dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dxConsumed, null); in onNestedScroll()
838 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in SwipeRefreshLayout
840 return mNestedScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, in dispatchNestedScroll()
DNestedScrollView.java212 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in NestedScrollView
214 return mChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed, in dispatchNestedScroll()
258 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null); in onNestedScroll()
761 if (dispatchNestedScroll(0, scrolledDeltaY, 0, unconsumedY, mScrollOffset)) { in onTouchEvent()
/frameworks/base/core/java/android/widget/
DScrollView.java684 if (dispatchNestedScroll(0, scrolledDeltaY, 0, unconsumedY, mScrollOffset)) { in onTouchEvent()
1695 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null); in onNestedScroll()
DAbsListView.java3438 if (dispatchNestedScroll(0, overscroll - incrementalDeltaY, 0, overscroll, in scrollIfNeeded()
4119 dispatchNestedScroll(0, myConsumed, 0, myUnconsumed, null); in onNestedScroll()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java1047 view.dispatchNestedScroll(consumed[0], consumed[1], 0, scrollPos, null); in handleScrolling()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1431 if (dispatchNestedScroll(consumedX, consumedY, unconsumedX, unconsumedY, mScrollOffset)) { in scrollByInternal()
8693 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() method in RecyclerView
8695 return mScrollingChildHelper.dispatchNestedScroll(dxConsumed, dyConsumed, in dispatchNestedScroll()
/frameworks/support/v4/api/
D22.1.0.txt1989 method public abstract boolean dispatchNestedScroll(int, int, int, int, int[]);
2002 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
2113 method public static boolean dispatchNestedScroll(android.view.View, int, int, int, int, int[]);
D22.2.1.txt2048 method public abstract boolean dispatchNestedScroll(int, int, int, int, int[]);
2061 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
2172 method public static boolean dispatchNestedScroll(android.view.View, int, int, int, int, int[]);
D22.2.0.txt2047 method public abstract boolean dispatchNestedScroll(int, int, int, int, int[]);
2060 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
2171 method public static boolean dispatchNestedScroll(android.view.View, int, int, int, int, int[]);
D23.txt2239 method public abstract boolean dispatchNestedScroll(int, int, int, int, int[]);
2252 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
2363 method public static boolean dispatchNestedScroll(android.view.View, int, int, int, int, int[]);
Dcurrent.txt2245 method public abstract boolean dispatchNestedScroll(int, int, int, int, int[]);
2258 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
2369 method public static boolean dispatchNestedScroll(android.view.View, int, int, int, int, int[]);
/frameworks/base/core/java/android/view/
DView.java20064 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed,
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt327 NO DOC BLOCK: android.view.View Method dispatchNestedScroll(int, int, int, int, int[])
/frameworks/base/api/
Dcurrent.txt35915 method public boolean dispatchNestedScroll(int, int, int, int, int[]);
Dsystem-current.txt38207 method public boolean dispatchNestedScroll(int, int, int, int, int[]);