Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/view/
DNestedScrollingParentHelper.java61 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
74 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/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/compat/java/android/support/v4/view/
DViewParentCompat.java47 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatBaseImpl
124 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatApi21Impl
264 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
370 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
DNestedScrollingParent2.java84 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onNestedScrollAccepted() method
DNestedScrollingParent.java81 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onNestedScrollAccepted() method
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java139 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TestedFrameLayout
175 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in TestedFrameLayout
/frameworks/base/core/java/android/view/
DViewParent.java541 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewGroup.java7279 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
DViewRootImpl.java7330 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1732 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in CoordinatorLayout
1737 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes, int type) { in onNestedScrollAccepted() method in CoordinatorLayout
2320 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
2347 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java877 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java756 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout
DNestedScrollView.java297 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in NestedScrollView
/frameworks/base/core/java/android/widget/
DScrollView.java1702 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
DAbsListView.java4276 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method