/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
D | NestedScrollingParent2Adapter.java | 43 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 68 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | NestedScrollingChild2.java | 130 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll()
|
D | ViewParentCompat.java | 61 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() 145 public void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll() 295 int dyConsumed, int dxUnconsumed, int dyUnconsumed) { in onNestedScroll() 427 int dyConsumed, int dxUnconsumed, int dyUnconsumed, int type) { in onNestedScroll()
|
D | NestedScrollingChild.java | 154 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll()
|
D | NestedScrollingParent2.java | 123 void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | NestedScrollingParent.java | 117 void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | ViewCompat.java | 835 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() 1286 public boolean dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() 3102 public static boolean dispatchNestedScroll(@NonNull View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll() 3237 public static boolean dispatchNestedScroll(@NonNull View view, int dxConsumed, int dyConsumed, in dispatchNestedScroll()
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | NestedScrollingChildHelper.java | 201 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll() 216 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | NestedScrollingChild.java | 151 boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, in dispatchNestedScroll()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 149 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll() 195 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 577 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | ViewGroup.java | 7300 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | ViewRootImpl.java | 7334 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 817 public void onNestedScroll(final View target, final int dxConsumed, final int dyConsumed, in onNestedScroll() 863 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll()
|
D | NestedScrollView.java | 255 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() 262 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() 309 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, int dxUnconsumed, in onNestedScroll()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 1785 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() 1792 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() 2403 @NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() 2438 @NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | AppBarLayout.java | 866 View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, in onNestedScroll()
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
D | WearableDrawerLayout.java | 684 View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) { in onNestedScroll()
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1716 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
D | AbsListView.java | 4282 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 10907 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll() 10914 public boolean dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, in dispatchNestedScroll()
|