Home
last modified time | relevance | path

Searched defs:dispatchNestedPreFling (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java225 boolean dispatchNestedPreFling(float velocityX, float velocityY); in dispatchNestedPreFling() method
/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingChild.java230 boolean dispatchNestedPreFling(float velocityX, float velocityY); in dispatchNestedPreFling() method
DNestedScrollingChildHelper.java346 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in NestedScrollingChildHelper
DViewCompat.java2810 public static boolean dispatchNestedPreFling(@NonNull View view, float velocityX, in dispatchNestedPreFling() method in ViewCompat
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java745 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java907 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in SwipeRefreshLayout
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java292 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in NestedScrollView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java11290 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in RecyclerView
/frameworks/base/core/java/android/view/
DView.java24774 public boolean dispatchNestedPreFling(float velocityX, float velocityY) { in dispatchNestedPreFling() method in View