/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
D | NestedScrollingParent2Adapter.java | 48 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/ |
D | ViewParentCompat.java | 69 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
|
D | NestedScrollingParent2.java | 147 void onNestedPreScroll(@NonNull View target, int dx, int dy, @Nullable int[] consumed, in onNestedPreScroll() method
|
D | NestedScrollingParent.java | 140 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/ |
D | TestedFrameLayout.java | 144 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/ |
D | ViewParent.java | 600 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); in onNestedPreScroll() method
|
D | ViewGroup.java | 7310 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in ViewGroup
|
D | ViewRootImpl.java | 7339 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in ViewRootImpl
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetBehavior.java | 343 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, in onNestedPreScroll() method in BottomSheetBehavior
|
D | CoordinatorLayout.java | 1823 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
|
D | AppBarLayout.java | 845 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, in onNestedPreScroll() method in AppBarLayout.Behavior
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
D | WearableDrawerLayout.java | 678 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/ |
D | SwipeRefreshLayout.java | 766 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in SwipeRefreshLayout
|
D | NestedScrollView.java | 319 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll() method in NestedScrollView
|