HomeSort by relevance Sort by last modified time
    Searched defs:onNestedScrollAccepted (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/support/compat/src/main/java/androidx/core/view/
NestedScrollingParent2.java 84 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes,
NestedScrollingParentHelper.java 62 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target,
64 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH);
75 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target,
ViewParentCompat.java 89 * {@link #onNestedScrollAccepted(ViewParent, View, View, int, int)} using the touch input type.
97 public static void onNestedScrollAccepted(ViewParent parent, View child, View target,
99 onNestedScrollAccepted(parent, child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH);
215 public static void onNestedScrollAccepted(ViewParent parent, View child, View target,
219 ((NestedScrollingParent2) parent).onNestedScrollAccepted(child, target,
225 parent.onNestedScrollAccepted(child, target, nestedScrollAxes);
228 + "method onNestedScrollAccepted", e);
231 ((NestedScrollingParent) parent).onNestedScrollAccepted(child, target,
NestedScrollingParent.java 82 void onNestedScrollAccepted(@NonNull View child, @NonNull View target, @ScrollAxis int axes);
NestedScrollingChildHelper.java 155 ViewParentCompat.onNestedScrollAccepted(p, child, mView, axes, type);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/test/
NestedScrollingParent2Adapter.java 34 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target,
58 public void onNestedScrollAccepted(View child, View target, int axes) {
59 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
TestedFrameLayout.java 180 public void onNestedScrollAccepted(View child, View target, int axes) {
181 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH);
216 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target,
219 mNestedScrollingDelegate.onNestedScrollAccepted(child, target, axes, type);
  /frameworks/base/core/java/android/view/
ViewParent.java 541 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes);
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
NestedScrollViewNestedScrollingParentTest.java 108 mNestedScrollView.onNestedScrollAccepted(mChild, mChild,
128 mNestedScrollView.onNestedScrollAccepted(
134 verify(mParent, times(1)).onNestedScrollAccepted(
139 verify(mParent, times(1)).onNestedScrollAccepted(
159 mNestedScrollView.onNestedScrollAccepted(
165 verify(mParent, times(1)).onNestedScrollAccepted(
170 verify(mParent, times(1)).onNestedScrollAccepted(
191 mNestedScrollView.onNestedScrollAccepted(
197 verify(mParent, never()).onNestedScrollAccepted(
216 mNestedScrollView.onNestedScrollAccepted(
    [all...]
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
SwipeRefreshLayout.java 770 public void onNestedScrollAccepted(View child, View target, int axes) {
772 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, axes);
    [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
WearableDrawerLayout.java     [all...]
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
CoordinatorLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
AbsListView.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/widget/
NestedScrollView.java 305 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes,
307 mParentHelper.onNestedScrollAccepted(child, target, axes, type);
342 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) {
343 onNestedScrollAccepted(child, target, nestedScrollAxes, ViewCompat.TYPE_TOUCH);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 91 milliseconds

1 2