/frameworks/support/core-ui/java/android/support/v4/view/ |
D | NestedScrollingParentHelper.java | 82 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
|
D | NestedScrollingChildHelper.java | 280 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
|
/frameworks/support/compat/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 170 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl 301 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat
|
D | NestedScrollingParent.java | 92 public void onStopNestedScroll(View target); in onStopNestedScroll() method
|
/frameworks/support/compat/api21/android/support/v4/view/ |
D | ViewParentCompatLollipop.java | 48 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompatLollipop
|
/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/android/view/ |
D | ViewParent.java | 512 public void onStopNestedScroll(View target); in onStopNestedScroll() method
|
D | ViewGroup.java | 6818 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in ViewGroup
|
D | ViewRootImpl.java | 6894 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ViewRootImpl
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetBehavior.java | 378 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
|
D | CoordinatorLayout.java | 1662 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout 2212 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in CoordinatorLayout.Behavior
|
D | AppBarLayout.java | 851 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 813 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
|
D | NestedScrollView.java | 271 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1694 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView
|