/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewParentCompat.java | 43 void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method 94 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewParentCompat.ViewParentCompatStubImpl 97 ((NestedScrollingParent) parent).onNestedScroll(target, dxConsumed, dyConsumed, in onNestedScroll() 175 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl 177 ViewParentCompatLollipop.onNestedScroll(parent, target, dxConsumed, dyConsumed, in onNestedScroll() 326 public static void onNestedScroll(ViewParent parent, View target, int dxConsumed, in onNestedScroll() method in ViewParentCompat 328 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed); in onNestedScroll()
|
D | NestedScrollingParent.java | 115 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
|
/frameworks/support/compat/api21/android/support/v4/view/ |
D | ViewParentCompatLollipop.java | 57 public static void onNestedScroll(ViewParent parent, View target, int dxConsumed, in onNestedScroll() method in ViewParentCompatLollipop 60 parent.onNestedScroll(target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed); in onNestedScroll()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 535 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
|
D | ViewGroup.java | 6803 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewGroup
|
D | ViewRootImpl.java | 6940 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewRootImpl
|
D | View.java | 21302 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed, in dispatchNestedScroll()
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | NestedScrollingChildHelper.java | 163 ViewParentCompat.onNestedScroll(mNestedScrollingParent, mView, dxConsumed, in dispatchNestedScroll()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 162 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll() method in TestedFrameLayout
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActionBarOverlayLayout.java | 479 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 1721 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in CoordinatorLayout 1735 viewBehavior.onNestedScroll(this, view, target, dxConsumed, dyConsumed, in onNestedScroll() 2279 public void onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, in onNestedScroll() method in CoordinatorLayout.Behavior
|
D | AppBarLayout.java | 837 public void onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedScroll() method in AppBarLayout.Behavior
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 534 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
|
D | ResolverDrawerLayout.java | 633 public void onNestedScroll(View target, int dxConsumed, int dyConsumed,
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 844 public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed, in onNestedScroll() method in SwipeRefreshLayout
|
D | NestedScrollView.java | 280 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll() method in NestedScrollView
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1714 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ScrollView
|
D | AbsListView.java | 4280 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 738 NO DOC BLOCK: android.view.ViewGroup Method onNestedScroll(android.view.View, int, int, int, int) 739 NO DOC BLOCK: android.view.ViewParent Method onNestedScroll(android.view.View, int, int, int, int)
|
/frameworks/support/api/ |
D | current.txt | 265 …method public void onNestedScroll(android.support.design.widget.CoordinatorLayout, android.support… 484 …method public void onNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.view… 6188 method public abstract void onNestedScroll(android.view.View, int, int, int, int); 6556 …method public static void onNestedScroll(android.view.ViewParent, android.view.View, int, int, int…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34150 method public void onNestedScroll(android.view.View, int, int, int, int); 34299 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 43235 method public void onNestedScroll(android.view.View, int, int, int, int); 43388 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
|
D | system-current.txt | 46412 method public void onNestedScroll(android.view.View, int, int, int, int); 46565 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
|
D | test-current.txt | 43321 method public void onNestedScroll(android.view.View, int, int, int, int); 43474 method public abstract void onNestedScroll(android.view.View, int, int, int, int);
|