Searched refs:dispatchNestedPreFling (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java199 * and what nested pre-scroll is to nested scroll. <code>dispatchNestedPreFling</code>
210 * call <code>dispatchNestedPreFling</code>; consume the fling and settle to a valid
225 boolean dispatchNestedPreFling(float velocityX, float velocityY); method in interface:NestedScrollingChild
H A DRecyclerView.java2012 if (!dispatchNestedPreFling(velocityX, velocityY)) {
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DNestedScrollingChild.java204 * and what nested pre-scroll is to nested scroll. <code>dispatchNestedPreFling</code>
215 * call <code>dispatchNestedPreFling</code>; consume the fling and settle to a valid
230 boolean dispatchNestedPreFling(float velocityX, float velocityY); method in interface:NestedScrollingChild
H A DNestedScrollingChildHelper.java346 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:NestedScrollingChildHelper
H A DViewCompat.java2783 * and what nested pre-scroll is to nested scroll. <code>dispatchNestedPreFling</code>
2794 * call <code>dispatchNestedPreFling</code>; consume the fling and settle to a valid
2810 public static boolean dispatchNestedPreFling(@NonNull View view, float velocityX, method in class:ViewCompat
2813 return view.dispatchNestedPreFling(velocityX, velocityY);
2816 return ((NestedScrollingChild) view).dispatchNestedPreFling(velocityX, velocityY);
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java892 return dispatchNestedPreFling(velocityX, velocityY);
907 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:SwipeRefreshLayout
908 return mNestedScrollingChildHelper.dispatchNestedPreFling(velocityX, velocityY);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java292 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:NestedScrollView
293 return mChildHelper.dispatchNestedPreFling(velocityX, velocityY);
374 return dispatchNestedPreFling(velocityX, velocityY);
1832 if (!dispatchNestedPreFling(0, velocityY)) {
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewNestedScrollingParentTest.java745 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/base/core/java/android/widget/
H A DScrollView.java1639 if (!dispatchNestedPreFling(0, velocityY)) {
H A DAbsListView.java4099 if (!dispatchNestedPreFling(0, -initialVelocity)) {
4119 if (flingVelocity && !dispatchNestedPreFling(0, -initialVelocity)) {
4310 if (!dispatchNestedPreFling(0, velocityY)) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java2252 if (!dispatchNestedPreFling(velocityX, velocityY)) {
11290 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:RecyclerView
11291 return getScrollingChildHelper().dispatchNestedPreFling(velocityX, velocityY);
/frameworks/base/core/java/android/view/
H A DViewGroup.java7499 return dispatchNestedPreFling(velocityX, velocityY);
H A DView.java24748 * and what nested pre-scroll is to nested scroll. <code>dispatchNestedPreFling</code>
24759 * call <code>dispatchNestedPreFling</code>; consume the fling and settle to a valid
24774 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { method in class:View
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 1638 milliseconds