Home
last modified time | relevance | path

Searched refs:dispatchNestedPreFling (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java227 boolean dispatchNestedPreFling(float velocityX, float velocityY); in dispatchNestedPreFling() method
H A DRecyclerView.java2017 if (!dispatchNestedPreFling(velocityX, velocityY)) { in fling()
/aosp14/frameworks/base/core/java/android/widget/
H A DScrollView.java1855 if (!dispatchNestedPreFling(0, velocityY)) { in flingWithNestedDispatch()
H A DAbsListView.java4310 if (!dispatchNestedPreFling(0, -initialVelocity)) { in onTouchUp()
4330 if (flingVelocity && !dispatchNestedPreFling(0, -initialVelocity)) { in onTouchUp()
4606 if (!dispatchNestedPreFling(0, velocityY)) { in onNestedFling()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java8114 return dispatchNestedPreFling(velocityX, velocityY); in onNestedPreFling()
H A DView.java28928 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17337 HSPLandroid/view/View;->dispatchNestedPreFling(FF)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17401 HSPLandroid/view/View;->dispatchNestedPreFling(FF)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52054 method public boolean dispatchNestedPreFling(float, float);