Home
last modified time | relevance | path

Searched defs:onStopNestedScroll (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
DNestedScrollingParentHelper.java99 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in NestedScrollingParentHelper
110 public void onStopNestedScroll(@NonNull View target, @NestedScrollType int type) { in onStopNestedScroll() method in NestedScrollingParentHelper
DNestedScrollingParent2.java99 void onStopNestedScroll(@NonNull View target, @NestedScrollType int type); in onStopNestedScroll() method
DViewParentCompat.java110 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll() method in ViewParentCompat
250 public static void onStopNestedScroll(ViewParent parent, View target, int type) { in onStopNestedScroll() method in ViewParentCompat
DNestedScrollingParent.java95 void onStopNestedScroll(@NonNull View target); in onStopNestedScroll() method
DNestedScrollingChildHelper.java378 public void onStopNestedScroll(@NonNull View child) { in onStopNestedScroll() method in NestedScrollingChildHelper
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/test/
DNestedScrollingParent2Adapter.java39 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/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DTestedFrameLayout.java197 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in TestedFrameLayout
253 public void onStopNestedScroll(@NonNull View target, @ViewCompat.NestedScrollType int type) { in onStopNestedScroll() method in TestedFrameLayout
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParentTest.java659 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
760 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/base/core/java/android/view/
DViewParent.java554 public void onStopNestedScroll(View target); in onStopNestedScroll() method
DViewRootImpl.java7794 public void onStopNestedScroll(View target) { in onStopNestedScroll() method
DViewGroup.java7459 public void onStopNestedScroll(View child) { in onStopNestedScroll() method in ViewGroup
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DCoordinatorLayout.java1784 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in CoordinatorLayout
1789 public void onStopNestedScroll(View target, int type) { in onStopNestedScroll() method in CoordinatorLayout
2414 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior
2440 public void onStopNestedScroll(@NonNull CoordinatorLayout coordinatorLayout, in onStopNestedScroll() method in CoordinatorLayout.Behavior
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java312 public void onStopNestedScroll(@NonNull View target, int type) { in onStopNestedScroll() method in NestedScrollView
347 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in NestedScrollView
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DWearableDrawerLayout.java889 public void onStopNestedScroll(@NonNull View target) { in onStopNestedScroll() method in WearableDrawerLayout
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DSwipeRefreshLayout.java817 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in SwipeRefreshLayout
/frameworks/base/core/java/android/widget/
DScrollView.java1711 public void onStopNestedScroll(View target) { in onStopNestedScroll() method in ScrollView