Searched defs:onNestedPreScroll (Results 1 - 17 of 17) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DNestedScrollingParent.java128 * <p><code>onNestedPreScroll</code> is called when a nested scrolling child invokes
140 void onNestedPreScroll(@NonNull View target, int dx, int dy, @NonNull int[] consumed); method in interface:NestedScrollingParent
173 * {@link #onNestedPreScroll(View, int, int, int[]) pre-scroll}, it may be appropriate for
H A DNestedScrollingParent2.java134 * <p><code>onNestedPreScroll</code> is called when a nested scrolling child invokes
147 void onNestedPreScroll(@NonNull View target, int dx, int dy, @Nullable int[] consumed, method in interface:NestedScrollingParent2
H A DViewParentCompat.java68 public void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, method in class:ViewParentCompat.ViewParentCompatBaseImpl
71 ((NestedScrollingParent) parent).onNestedPreScroll(target, dx, dy, consumed);
155 public void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, method in class:ViewParentCompat.ViewParentCompatApi21Impl
158 parent.onNestedPreScroll(target, dx, dy, consumed);
161 + "method onNestedPreScroll", e);
303 * {@link #onNestedPreScroll(ViewParent, View, int, int, int[], int)} using the touch input
311 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, method in class:ViewParentCompat
313 onNestedPreScroll(parent, target, dx, dy, consumed, ViewCompat.TYPE_TOUCH);
445 * <p><code>onNestedPreScroll</code> is called when a nested scrolling child invokes
458 public static void onNestedPreScroll(ViewParen method in class:ViewParentCompat
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/
H A DNestedScrollingParent2Adapter.java48 public void onNestedPreScroll(@NonNull View target, int dx, int dy, method in class:NestedScrollingParent2Adapter
63 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:NestedScrollingParent2Adapter
64 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java144 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:TestedFrameLayout
145 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH);
204 public void onNestedPreScroll(@NonNull View target, int dx, int dy, @Nullable int[] consumed, method in class:TestedFrameLayout
207 mNestedScrollingDelegate.onNestedPreScroll(target, dx, dy, consumed, type);
H A DRecyclerViewLayoutTest.java1468 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1477 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1494 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1503 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1520 verify(nsp, never()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1529 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1547 verify(nsp, never()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
1556 verify(nsp, atLeastOnce()).onNestedPreScroll(eq(mRecyclerView), anyInt(), anyInt(),
4656 public void onNestedPreScroll(@NonNull View target, int dx, int dy, method in class:RecyclerViewLayoutTest.FullyConsumingNestedScroller
/frameworks/base/core/java/android/view/
H A DViewParent.java588 * <p><code>onNestedPreScroll</code> is called when a nested scrolling child invokes
600 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); method in interface:ViewParent
633 * {@link #onNestedPreScroll(View, int, int, int[]) pre-scroll}, it may be appropriate for
H A DViewGroup.java7332 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:ViewGroup
H A DViewRootImpl.java7366 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:ViewRootImpl
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java345 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, method in class:BottomSheetBehavior
H A DAppBarLayout.java844 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, method in class:AppBarLayout.Behavior
H A DCoordinatorLayout.java1828 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:CoordinatorLayout
1829 onNestedPreScroll(target, dx, dy, consumed, ViewCompat.TYPE_TOUCH);
1833 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed, int type) { method in class:CoordinatorLayout
1854 viewBehavior.onNestedPreScroll(this, view, target, dx, dy, mTempIntPair, type);
2453 * {@link #onNestedPreScroll(CoordinatorLayout, View, View, int, int, int[], int)}.
2458 public void onNestedPreScroll(@NonNull CoordinatorLayout coordinatorLayout, method in class:CoordinatorLayout.Behavior
2472 * <p><code>onNestedPreScroll</code> is called each time the nested scroll is updated
2490 * @see NestedScrollingParent2#onNestedPreScroll(View, int, int, int[], int)
2492 public void onNestedPreScroll(@NonNull CoordinatorLayout coordinatorLayout, method in class:CoordinatorLayout.Behavior
2496 onNestedPreScroll(coordinatorLayou
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java651 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:ResolverDrawerLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java520 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:ActionBarOverlayLayout
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java677 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:WearableDrawerLayout
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java319 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:NestedScrollView
H A DSwipeRefreshLayout.java765 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { method in class:SwipeRefreshLayout

Completed in 4894 milliseconds