/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewParentCompat.java | 40 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()
|
D | NestedScrollingParentHelper.java | 57 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in NestedScrollingParentHelper
|
D | NestedScrollingParent.java | 79 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
D | NestedScrollingChildHelper.java | 115 ViewParentCompat.onNestedScrollAccepted(p, child, mView, axes); in startNestedScroll()
|
/frameworks/support/v4/api21/android/support/v4/view/ |
D | ViewParentCompatLollipop.java | 38 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/ |
D | ViewParent.java | 499 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 174 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TestedFrameLayout
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActionBarOverlayLayout.java | 467 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/ |
D | ActionBarOverlayLayout.java | 524 public void onNestedScrollAccepted(View child, View target, int axes) { 525 super.onNestedScrollAccepted(child, target, axes);
|
D | ResolverDrawerLayout.java | 620 public void onNestedScrollAccepted(View child, View target, int axes) { 621 super.onNestedScrollAccepted(child, target, axes);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 754 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in SwipeRefreshLayout 756 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
D | NestedScrollView.java | 265 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/ |
D | CoordinatorLayout.java | 1488 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/ |
D | ScrollView.java | 1685 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView 1686 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
D | AbsListView.java | 4263 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method 4264 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
/frameworks/support/design/api/ |
D | 22.2.0.txt | 137 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
D | 22.2.1.txt | 138 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
D | 23.0.0.txt | 149 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
D | 23.1.0.txt | 160 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
D | 23.1.1.txt | 160 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
D | current.txt | 214 …method public void onNestedScrollAccepted(android.support.design.widget.CoordinatorLayout, V, andr…
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2018 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…
|
D | 22.2.0.txt | 2076 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…
|
D | 22.2.1.txt | 2077 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…
|
D | 23.1.1.txt | 2243 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…
|