/frameworks/support/core-ui/java/android/support/v4/view/ |
D | NestedScrollingParentHelper.java | 98 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollingParentHelper 109 public void onStopNestedScroll(@NonNull View target, @NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParentHelper
|
D | NestedScrollingChildHelper.java | 377 public void onStopNestedScroll(@NonNull View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
D | NestedScrollingParent2Adapter.java | 39 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParent2Adapter 75 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollingParent2Adapter
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewParentCompat.java | 55 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatBaseImpl 135 public void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat.ViewParentCompatApi21Impl 277 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat 394 public static void onStopNestedScroll(ViewParent parent, View target, int type) { in onStopNestedScroll() method in ViewParentCompat
|
D | NestedScrollingParent2.java | 99 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll() method
|
D | NestedScrollingParent.java | 94 void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() method
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 156 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in TestedFrameLayout 212 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() method in TestedFrameLayout
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 554 public void onStopNestedScroll(View target); in onStopNestedScroll() method
|
D | ViewGroup.java | 7290 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in ViewGroup
|
D | ViewRootImpl.java | 7326 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ViewRootImpl
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetBehavior.java | 380 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { in onStopNestedScroll() method in BottomSheetBehavior
|
D | CoordinatorLayout.java | 1758 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout 1763 public void onStopNestedScroll(View target, int type) { in onStopNestedScroll() method in CoordinatorLayout 2362 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior 2388 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior
|
D | AppBarLayout.java | 877 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout abl, in onStopNestedScroll() method in AppBarLayout.Behavior
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
D | WearableDrawerLayout.java | 888 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in WearableDrawerLayout
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 803 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
|
D | NestedScrollView.java | 303 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1711 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView
|