Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DNestedScrollingChild.java193 boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed); in dispatchNestedFling() method
/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingChild.java198 boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed); in dispatchNestedFling() method
DNestedScrollingChildHelper.java326 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in NestedScrollingChildHelper
DViewCompat.java2767 public static boolean dispatchNestedFling(@NonNull View view, float velocityX, float velocityY, in dispatchNestedFling() method in ViewCompat
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java740 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java902 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in SwipeRefreshLayout
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java287 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in NestedScrollView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java11285 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in RecyclerView
/frameworks/base/core/java/android/view/
DView.java24737 public boolean dispatchNestedFling(float velocityX, float velocityY, boolean consumed) { in dispatchNestedFling() method in View