Searched refs:onStartNestedScroll (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingParent.java61 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); method in interface:NestedScrollingParent
67 * {@link #onStartNestedScroll(View, View, int) onStartNestedScroll} returns true. It offers
76 * @see #onStartNestedScroll(View, View, int)
100 * {@link #onStartNestedScroll(View, View, int)}.</p>
H A DViewParentCompat.java38 boolean onStartNestedScroll(ViewParent parent, View child, View target, method in interface:ViewParentCompat.ViewParentCompatImpl
68 public boolean onStartNestedScroll(ViewParent parent, View child, View target, method in class:ViewParentCompat.ViewParentCompatStubImpl
71 return ((NestedScrollingParent) parent).onStartNestedScroll(child, target,
156 public boolean onStartNestedScroll(ViewParent parent, View child, View target, method in class:ViewParentCompat.ViewParentCompatLollipopImpl
158 return ViewParentCompatLollipop.onStartNestedScroll(parent, child, target,
266 public static boolean onStartNestedScroll(ViewParent parent, View child, View target, method in class:ViewParentCompat
268 return IMPL.onStartNestedScroll(parent, child, target, nestedScrollAxes);
275 * {@link #onStartNestedScroll(ViewParent, View, View, int) onStartNestedScroll} returns true.
284 * @see #onStartNestedScroll(ViewParen
[all...]
H A DNestedScrollingChildHelper.java113 if (ViewParentCompat.onStartNestedScroll(p, child, mView, axes)) {
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java27 public static boolean onStartNestedScroll(ViewParent parent, View child, View target, method in class:ViewParentCompatLollipop
30 return parent.onStartNestedScroll(child, target, nestedScrollAxes);
33 "method onStartNestedScroll", e);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DTestedFrameLayout.java40 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:TestedFrameLayout
/frameworks/base/core/java/android/view/
H A DViewParent.java453 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); method in interface:ViewParent
459 * {@link #onStartNestedScroll(View, View, int) onStartNestedScroll} returns true. It offers
468 * @see #onStartNestedScroll(View, View, int)
492 * {@link #onStartNestedScroll(View, View, int)}.</p>
H A DViewGroup.java6633 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ViewGroup
H A DViewRootImpl.java6588 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ViewRootImpl
H A DView.java20002 if (p.onStartNestedScroll(child, this, axes)) {
20009 "method onStartNestedScroll", e);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1397 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:CoordinatorLayout
1406 final boolean accepted = viewBehavior.onStartNestedScroll(this, view, child, target,
1914 * @see NestedScrollingParent#onStartNestedScroll(View, View, int)
1916 public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, method in class:CoordinatorLayout.Behavior
1925 * to accept the nested scroll as part of {@link #onStartNestedScroll}. Each Behavior
1950 * to accept the nested scroll as part of {@link #onStartNestedScroll}. Each Behavior
1975 * to accept the nested scroll as part of {@link #onStartNestedScroll}. Each Behavior
2008 * to accept the nested scroll as part of {@link #onStartNestedScroll}. Each Behavior
2041 * to accept the nested scroll as part of {@link #onStartNestedScroll}. Each Behavior
2072 * to accept the nested scroll as part of {@link #onStartNestedScroll}
[all...]
H A DAppBarLayout.java659 public boolean onStartNestedScroll(CoordinatorLayout parent, AppBarLayout child, method in class:AppBarLayout.Behavior
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java516 public boolean onStartNestedScroll(View child, View target, int axes) { method in class:ActionBarOverlayLayout
H A DResolverDrawerLayout.java599 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ResolverDrawerLayout
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java461 public boolean onStartNestedScroll(View child, View target, int axes) { method in class:ActionBarOverlayLayout
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java730 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:SwipeRefreshLayout
H A DNestedScrollView.java236 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:NestedScrollView
/frameworks/base/core/java/android/widget/
H A DScrollView.java1670 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ScrollView
H A DAbsListView.java4120 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:AbsListView

Completed in 385 milliseconds