Searched refs:hasNestedScrollingParent (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DNestedScrollingChild.java126 boolean hasNestedScrollingParent(); method in interface:NestedScrollingChild
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DNestedScrollingChild.java130 boolean hasNestedScrollingParent(); method in interface:NestedScrollingChild
H A DNestedScrollingChild2.java105 boolean hasNestedScrollingParent(@NestedScrollType int type); method in interface:NestedScrollingChild2
H A DNestedScrollingChildHelper.java99 public boolean hasNestedScrollingParent() { method in class:NestedScrollingChildHelper
100 return hasNestedScrollingParent(TYPE_TOUCH);
113 public boolean hasNestedScrollingParent(@NestedScrollType int type) { method in class:NestedScrollingChildHelper
145 if (hasNestedScrollingParent(type)) {
H A DViewCompat.java2520 * <p>This version of the method just calls {@link #hasNestedScrollingParent(View, int)}
2526 public static boolean hasNestedScrollingParent(@NonNull View view) { method in class:ViewCompat
2528 return view.hasNestedScrollingParent();
2531 return ((NestedScrollingChild) view).hasNestedScrollingParent();
2671 public static boolean hasNestedScrollingParent(@NonNull View view, @NestedScrollType int type) { method in class:ViewCompat
2673 ((NestedScrollingChild2) view).hasNestedScrollingParent(type);
2675 return hasNestedScrollingParent(view);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java230 public boolean hasNestedScrollingParent(int type) { method in class:NestedScrollView
231 return mChildHelper.hasNestedScrollingParent(type);
270 public boolean hasNestedScrollingParent() { method in class:NestedScrollView
271 return hasNestedScrollingParent(ViewCompat.TYPE_TOUCH);
876 0, true) && !hasNestedScrollingParent(ViewCompat.TYPE_TOUCH)) {
1069 if (clampedY && !hasNestedScrollingParent(ViewCompat.TYPE_NON_TOUCH)) {
1548 if (hasNestedScrollingParent(ViewCompat.TYPE_NON_TOUCH)) {
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewNestedScrollingParentTest.java686 public boolean hasNestedScrollingParent(int type) { method in class:NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
723 public boolean hasNestedScrollingParent() { method in class:NestedScrollViewNestedScrollingParentTest.NestedScrollingSpyView
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java872 public boolean hasNestedScrollingParent() { method in class:SwipeRefreshLayout
873 return mNestedScrollingChildHelper.hasNestedScrollingParent();
/frameworks/base/core/java/android/widget/
H A DScrollView.java693 && !hasNestedScrollingParent()) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java5086 && !hasNestedScrollingParent(TYPE_NON_TOUCH))) {
11249 public boolean hasNestedScrollingParent() { method in class:RecyclerView
11250 return getScrollingChildHelper().hasNestedScrollingParent();
11254 public boolean hasNestedScrollingParent(int type) { method in class:RecyclerView
11255 return getScrollingChildHelper().hasNestedScrollingParent(type);
/frameworks/base/core/java/android/view/
H A DView.java24557 if (hasNestedScrollingParent()) {
24607 public boolean hasNestedScrollingParent() { method in class:View
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 336 milliseconds