Home
last modified time | relevance | path

Searched refs:onStartNestedScroll (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/
DViewParentCompat.java38 boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll() method
68 public boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll() method in ViewParentCompat.ViewParentCompatStubImpl
71 return ((NestedScrollingParent) parent).onStartNestedScroll(child, target, in onStartNestedScroll()
156 public boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll() method in ViewParentCompat.ViewParentCompatLollipopImpl
158 return ViewParentCompatLollipop.onStartNestedScroll(parent, child, target, in onStartNestedScroll()
264 public static boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll() method in ViewParentCompat
266 return IMPL.onStartNestedScroll(parent, child, target, nestedScrollAxes); in onStartNestedScroll()
DNestedScrollingParent.java61 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() method
DNestedScrollingChildHelper.java113 if (ViewParentCompat.onStartNestedScroll(p, child, mView, axes)) { in startNestedScroll()
/frameworks/support/v4/api21/android/support/v4/view/
DViewParentCompatLollipop.java27 public static boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll() method in ViewParentCompatLollipop
30 return parent.onStartNestedScroll(child, target, nestedScrollAxes); in onStartNestedScroll()
/frameworks/base/core/java/android/view/
DViewParent.java481 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() method
DViewGroup.java6799 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ViewGroup
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java139 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in TestedFrameLayout
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1467 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in CoordinatorLayout
1476 final boolean accepted = viewBehavior.onStartNestedScroll(this, view, child, target, in onStartNestedScroll()
1986 public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, in onStartNestedScroll() method in CoordinatorLayout.Behavior
DBottomSheetBehavior.java301 public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, V child, in onStartNestedScroll() method in BottomSheetBehavior
DAppBarLayout.java779 public boolean onStartNestedScroll(CoordinatorLayout parent, AppBarLayout child, in onStartNestedScroll() method in AppBarLayout.Behavior
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java459 public boolean onStartNestedScroll(View child, View target, int axes) { in onStartNestedScroll() method in ActionBarOverlayLayout
/frameworks/support/design/api/
D22.2.0.txt22 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
140 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
D22.2.1.txt22 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
141 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
D23.0.0.txt25 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
152 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
D23.1.0.txt24 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
163 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
D23.1.1.txt24 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
163 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
Dcurrent.txt25 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, android…
217 …method public boolean onStartNestedScroll(android.support.design.widget.CoordinatorLayout, V, andr…
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java516 public boolean onStartNestedScroll(View child, View target, int axes) {
DResolverDrawerLayout.java615 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) {
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java748 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in SwipeRefreshLayout
DNestedScrollView.java260 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in NestedScrollView
/frameworks/base/core/java/android/widget/
DScrollView.java1680 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ScrollView
DAbsListView.java4258 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method
/frameworks/support/v4/api/
D22.1.0.txt2019 method public abstract boolean onStartNestedScroll(android.view.View, android.view.View, int);
2315 …method public static boolean onStartNestedScroll(android.view.ViewParent, android.view.View, andro…
D22.2.0.txt2077 method public abstract boolean onStartNestedScroll(android.view.View, android.view.View, int);
2380 …method public static boolean onStartNestedScroll(android.view.ViewParent, android.view.View, andro…

12