/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewParentCompat.java | 42 void onStopNestedScroll(ViewParent parent, View target); in onStopNestedScroll() method 87 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatStubImpl 89 ((NestedScrollingParent) parent).onStopNestedScroll(target); in onStopNestedScroll() 170 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl 171 ViewParentCompatLollipop.onStopNestedScroll(parent, target); in onStopNestedScroll() 301 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat 302 IMPL.onStopNestedScroll(parent, target); in onStopNestedScroll()
|
D | NestedScrollingChildHelper.java | 136 ViewParentCompat.onStopNestedScroll(mNestedScrollingParent, mView); in stopNestedScroll() 279 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
|
D | NestedScrollingParentHelper.java | 81 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
|
D | NestedScrollingParent.java | 92 public void onStopNestedScroll(View target); in onStopNestedScroll() method
|
/frameworks/support/v4/api21/android/support/v4/view/ |
D | ViewParentCompatLollipop.java | 48 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompatLollipop 50 parent.onStopNestedScroll(target); in onStopNestedScroll()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 512 public void onStopNestedScroll(View target); in onStopNestedScroll() method
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 185 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in TestedFrameLayout
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 541 public void onStopNestedScroll(View target) { 542 super.onStopNestedScroll(target);
|
D | ResolverDrawerLayout.java | 625 public void onStopNestedScroll(View child) { 626 super.onStopNestedScroll(child);
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 241 onStopNestedScroll(mNestedScrollingTarget); in onDetachedFromWindow() 1508 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout 1509 mNestedScrollingParentHelper.onStopNestedScroll(target); in onStopNestedScroll() 1521 viewBehavior.onStopNestedScroll(this, view, target); in onStopNestedScroll() 2036 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in CoordinatorLayout.Behavior
|
D | BottomSheetBehavior.java | 346 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
|
D | AppBarLayout.java | 834 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 801 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout 802 mNestedScrollingParentHelper.onStopNestedScroll(target); in onStopNestedScroll()
|
D | NestedScrollView.java | 271 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView 272 mParentHelper.onStopNestedScroll(target); in onStopNestedScroll()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ActionBarOverlayLayout.java | 484 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ActionBarOverlayLayout
|
/frameworks/support/design/api/ |
D | 22.2.0.txt | 23 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 141 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
D | 22.2.1.txt | 23 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 142 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
D | 23.0.0.txt | 26 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 153 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
D | 23.1.0.txt | 25 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 164 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
D | 23.1.1.txt | 25 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 164 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
D | current.txt | 26 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, android.sup… 218 …method public void onStopNestedScroll(android.support.design.widget.CoordinatorLayout, V, android.…
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1694 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView 1695 super.onStopNestedScroll(target); in onStopNestedScroll()
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2006 method public void onStopNestedScroll(android.view.View); 2020 method public abstract void onStopNestedScroll(android.view.View); 2027 method public void onStopNestedScroll(android.view.View); 2316 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);
|
D | 22.2.0.txt | 2064 method public void onStopNestedScroll(android.view.View); 2078 method public abstract void onStopNestedScroll(android.view.View); 2085 method public void onStopNestedScroll(android.view.View); 2381 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);
|
D | 22.2.1.txt | 2065 method public void onStopNestedScroll(android.view.View); 2079 method public abstract void onStopNestedScroll(android.view.View); 2086 method public void onStopNestedScroll(android.view.View); 2382 method public static void onStopNestedScroll(android.view.ViewParent, android.view.View);
|