Home
last modified time | relevance | path

Searched defs:onNestedScrollAccepted (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingParentHelper.java62 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
75 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
DNestedScrollingParent2.java84 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onNestedScrollAccepted() method
DViewParentCompat.java97 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
215 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
DNestedScrollingParent.java82 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onNestedScrollAccepted() method
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/test/
DNestedScrollingParent2Adapter.java34 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParent2Adapter
58 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in NestedScrollingParent2Adapter
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DTestedFrameLayout.java180 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TestedFrameLayout
216 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in TestedFrameLayout
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java653 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
755 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/base/core/java/android/view/
DViewParent.java541 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewRootImpl.java7798 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
DViewGroup.java7448 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DCoordinatorLayout.java1758 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in CoordinatorLayout
1763 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes, int type) { in onNestedScrollAccepted() method in CoordinatorLayout
2372 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
2399 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java305 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollView
342 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in NestedScrollView
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DWearableDrawerLayout.java876 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in WearableDrawerLayout
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java770 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout
/frameworks/base/core/java/android/widget/
DScrollView.java1702 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4279 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method