Home
last modified time | relevance | path

Searched defs:onNestedPreScroll (Results 1 – 14 of 14) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
DNestedScrollingParent2Adapter.java48 public void onNestedPreScroll(@NonNull View target, int dx, int dy, in onNestedPreScroll() method in NestedScrollingParent2Adapter
63 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in NestedScrollingParent2Adapter
/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java69 public void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, in onNestedPreScroll() method in ViewParentCompat.ViewParentCompatBaseImpl
156 public void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, in onNestedPreScroll() method in ViewParentCompat.ViewParentCompatApi21Impl
312 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, in onNestedPreScroll() method in ViewParentCompat
459 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, in onNestedPreScroll() method in ViewParentCompat
DNestedScrollingParent2.java147 void onNestedPreScroll(@NonNull View target, int dx, int dy, @Nullable int[] consumed, in onNestedPreScroll() method
DNestedScrollingParent.java140 void onNestedPreScroll(@NonNull View target, int dx, int dy, @NonNull int[] consumed); in onNestedPreScroll() method
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java144 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in TestedFrameLayout
204 public void onNestedPreScroll(@NonNull View target, int dx, int dy, @Nullable int[] consumed, in onNestedPreScroll() method in TestedFrameLayout
/frameworks/base/core/java/android/view/
DViewParent.java600 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); in onNestedPreScroll() method
DViewGroup.java7310 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in ViewGroup
DViewRootImpl.java7339 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java343 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, in onNestedPreScroll() method in BottomSheetBehavior
DCoordinatorLayout.java1823 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in CoordinatorLayout
1828 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed, int type) { in onNestedPreScroll() method in CoordinatorLayout
2453 public void onNestedPreScroll(@NonNull CoordinatorLayout coordinatorLayout, in onNestedPreScroll() method in CoordinatorLayout.Behavior
2487 public void onNestedPreScroll(@NonNull CoordinatorLayout coordinatorLayout, in onNestedPreScroll() method in CoordinatorLayout.Behavior
DAppBarLayout.java845 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedPreScroll() method in AppBarLayout.Behavior
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java678 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
DSwipeRefreshLayout.java766 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in SwipeRefreshLayout
DNestedScrollView.java319 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in NestedScrollView