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

/frameworks/base/core/java/android/view/
H A DViewParent.java433 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); method in interface:ViewParent
439 * {@link #onStartNestedScroll(View, View, int) onStartNestedScroll} returns true. It offers
448 * @see #onStartNestedScroll(View, View, int)
472 * {@link #onStartNestedScroll(View, View, int)}.</p>
H A DViewGroup.java6167 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ViewGroup
H A DViewRootImpl.java6279 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ViewRootImpl
H A DView.java18627 if (p.onStartNestedScroll(child, this, axes)) {
18634 "method onStartNestedScroll", e);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java517 public boolean onStartNestedScroll(View child, View target, int axes) { method in class:ActionBarOverlayLayout
H A DResolverDrawerLayout.java496 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.java526 public boolean onStartNestedScroll(View child, View target, int axes) { method in class:ActionBarOverlayLayout
/frameworks/base/core/java/android/widget/
H A DScrollView.java1647 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:ScrollView
H A DAbsListView.java4037 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { method in class:AbsListView

Completed in 151 milliseconds