Home
last modified time | relevance | path

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

12

/frameworks/support/v4/java/android/support/v4/view/
DViewParentCompat.java40 void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method
78 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatStubImpl
81 ((NestedScrollingParent) parent).onNestedScrollAccepted(child, target, in onNestedScrollAccepted()
163 public void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat.ViewParentCompatLollipopImpl
165 ViewParentCompatLollipop.onNestedScrollAccepted(parent, child, target, in onNestedScrollAccepted()
285 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompat
287 IMPL.onNestedScrollAccepted(parent, child, target, nestedScrollAxes); in onNestedScrollAccepted()
DNestedScrollingParentHelper.java57 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in NestedScrollingParentHelper
DNestedScrollingParent.java79 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DNestedScrollingChildHelper.java115 ViewParentCompat.onNestedScrollAccepted(p, child, mView, axes); in startNestedScroll()
/frameworks/support/v4/api21/android/support/v4/view/
DViewParentCompatLollipop.java38 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted() method in ViewParentCompatLollipop
41 parent.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
/frameworks/base/core/java/android/view/
DViewParent.java499 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java174 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TestedFrameLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java467 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ActionBarOverlayLayout
468 mParentHelper.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java524 public void onNestedScrollAccepted(View child, View target, int axes) {
525 super.onNestedScrollAccepted(child, target, axes);
DResolverDrawerLayout.java620 public void onNestedScrollAccepted(View child, View target, int axes) {
621 super.onNestedScrollAccepted(child, target, axes);
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java754 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout
756 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DNestedScrollView.java265 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in NestedScrollView
266 mParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1488 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method in CoordinatorLayout
1489 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
1503 viewBehavior.onNestedScrollAccepted(this, view, child, target, nestedScrollAxes); in onNestedScrollAccepted()
2011 public void onNestedScrollAccepted(CoordinatorLayout coordinatorLayout, V child, in onNestedScrollAccepted() method in CoordinatorLayout.Behavior
/frameworks/base/core/java/android/widget/
DScrollView.java1685 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
1686 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DAbsListView.java4263 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
4264 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/frameworks/support/design/api/
D22.2.0.txt137 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
D22.2.1.txt138 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
D23.0.0.txt149 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
D23.1.0.txt160 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
D23.1.1.txt160 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
Dcurrent.txt214 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
/frameworks/support/v4/api/
D22.1.0.txt2018 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
2026 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
2314 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
D22.2.0.txt2076 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
2084 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
2379 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
D22.2.1.txt2077 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
2085 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
2380 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…
D23.1.1.txt2243 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
2251 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
2566 …method public static void onNestedScrollAccepted(android.view.ViewParent, android.view.View, andro…

12