Home
last modified time | relevance | path

Searched refs:onNestedScrollAccepted (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java46 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatBaseImpl
49 ((NestedScrollingParent) parent).onNestedScrollAccepted(child, target, in onNestedScrollAccepted()
123 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatApi21Impl
126 parent.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
263 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
265 onNestedScrollAccepted(parent, child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
369 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
373 ((NestedScrollingParent2) parent).onNestedScrollAccepted(child, target, in onNestedScrollAccepted()
377 IMPL.onNestedScrollAccepted(parent, child, target, nestedScrollAxes); in onNestedScrollAccepted()
DNestedScrollingParent.java81 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes); in onNestedScrollAccepted() method
DNestedScrollingParent2.java84 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes, in onNestedScrollAccepted() method
/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
63 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
74 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in NestedScrollingParentHelper
DNestedScrollingChildHelper.java154 ViewParentCompat.onNestedScrollAccepted(p, child, mView, axes, type); in startNestedScroll()
/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
59 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
/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
140 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
175 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, in onNestedScrollAccepted() method in TestedFrameLayout
178 mNestedScrollingDelegate.onNestedScrollAccepted(child, target, axes, type); in onNestedScrollAccepted()
DRecyclerViewLayoutTest.java1466 verify(nsp, atLeastOnce()).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedDragVertical()
1475 verify(nsp, times(1)).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedDragVertical()
1492 verify(nsp, atLeastOnce()).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedDragHorizontal()
1501 verify(nsp, times(1)).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedDragHorizontal()
1518 verify(nsp, never()).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedFlingVertical()
1527 verify(nsp, times(1)).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedFlingVertical()
1545 verify(nsp, never()).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedFlingHorizontal()
1554 verify(nsp, times(1)).onNestedScrollAccepted(eq(mRecyclerView), eq(mRecyclerView), in nestedFlingHorizontal()
/frameworks/base/core/java/android/view/
DViewParent.java541 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1737 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in CoordinatorLayout
1738 onNestedScrollAccepted(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
1742 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes, int type) { in onNestedScrollAccepted() method in CoordinatorLayout
1743 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes, type); in onNestedScrollAccepted()
1756 viewBehavior.onNestedScrollAccepted(this, view, child, target, in onNestedScrollAccepted()
2325 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
2352 public void onNestedScrollAccepted(@NonNull CoordinatorLayout coordinatorLayout, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
2356 onNestedScrollAccepted(coordinatorLayout, child, directTargetChild, in onNestedScrollAccepted()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java475 public void onNestedScrollAccepted(View child, View target, int axes) {
476 mParentHelper.onNestedScrollAccepted(child, target, axes);
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java529 public void onNestedScrollAccepted(View child, View target, int axes) {
530 super.onNestedScrollAccepted(child, target, axes);
DResolverDrawerLayout.java630 public void onNestedScrollAccepted(View child, View target, int axes) {
631 super.onNestedScrollAccepted(child, target, axes);
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java876 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in WearableDrawerLayout
877 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java755 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout
757 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DNestedScrollView.java297 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in NestedScrollView
298 mParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
/frameworks/support/design/tests/src/android/support/design/widget/
DCoordinatorLayoutTest.java535 verify(behavior, times(1)).onNestedScrollAccepted( in testNestedScrollingDispatchesToBehavior()
601 verify(behavior, never()).onNestedScrollAccepted( in testNestedScrollingDispatchingToBehaviorWithGoneView()
/frameworks/base/core/java/android/widget/
DScrollView.java1702 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
1703 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DAbsListView.java4269 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
4270 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/frameworks/support/design/api/
Dcurrent.txt268 method public void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
299 …method public deprecated void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayo…
300 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
D26.0.0.txt268 method public void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
299 …method public deprecated void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayo…
300 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
/frameworks/support/core-ui/api/
Dcurrent.txt76 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
77 method public void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
D26.0.0.txt76 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
77 method public void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
/frameworks/support/compat/api/
Dcurrent.txt1480 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
1488 …method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
1758 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
1759 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
D26.0.0.txt1519 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
1527 …method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int, int);
1793 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
1794 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…

123