/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewParentCompat.java | 39 int nestedScrollAxes); in onStartNestedScroll() argument 41 int nestedScrollAxes); in onNestedScrollAccepted() argument 69 int nestedScrollAxes) { in onStartNestedScroll() argument 72 nestedScrollAxes); in onStartNestedScroll() 79 int nestedScrollAxes) { in onNestedScrollAccepted() argument 82 nestedScrollAxes); in onNestedScrollAccepted() 157 int nestedScrollAxes) { in onStartNestedScroll() argument 159 nestedScrollAxes); in onStartNestedScroll() 164 int nestedScrollAxes) { in onNestedScrollAccepted() argument 166 nestedScrollAxes); in onNestedScrollAccepted() [all …]
|
D | NestedScrollingParent.java | 61 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() argument 79 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() argument
|
/frameworks/support/v4/api21/android/support/v4/view/ |
D | ViewParentCompatLollipop.java | 28 int nestedScrollAxes) { in onStartNestedScroll() argument 30 return parent.onStartNestedScroll(child, target, nestedScrollAxes); in onStartNestedScroll() 39 int nestedScrollAxes) { in onNestedScrollAccepted() argument 41 parent.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
|
/frameworks/base/core/java/android/view/ |
D | ViewParent.java | 481 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() argument 499 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() argument
|
D | ViewRootImpl.java | 6890 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 6899 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() argument
|
D | ViewGroup.java | 6799 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument
|
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 1467 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 1477 nestedScrollAxes); in onStartNestedScroll() 1488 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() argument 1489 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted() 1503 viewBehavior.onNestedScrollAccepted(this, view, child, target, nestedScrollAxes); in onNestedScrollAccepted() 1987 V child, View directTargetChild, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 2012 View directTargetChild, View target, int nestedScrollAxes) { in onNestedScrollAccepted() argument
|
D | BottomSheetBehavior.java | 302 View directTargetChild, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 305 return (nestedScrollAxes & ViewCompat.SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()
|
D | AppBarLayout.java | 780 View directTargetChild, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 783 final boolean started = (nestedScrollAxes & ViewCompat.SCROLL_AXIS_VERTICAL) != 0 in onStartNestedScroll()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | TestedFrameLayout.java | 139 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | NestedScrollView.java | 260 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 261 return (nestedScrollAxes & ViewCompat.SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll() 265 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() argument 266 mParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes); in onNestedScrollAccepted()
|
D | SwipeRefreshLayout.java | 748 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 750 && (nestedScrollAxes & ViewCompat.SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 615 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { 616 return (nestedScrollAxes & View.SCROLL_AXIS_VERTICAL) != 0;
|
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1680 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 1681 return (nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0; in onStartNestedScroll()
|
D | AbsListView.java | 4258 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() argument 4259 return ((nestedScrollAxes & SCROLL_AXIS_VERTICAL) != 0); in onStartNestedScroll()
|