Home
last modified time | relevance | path

Searched defs:hasNestedScrollingParent (Results 1 – 12 of 12) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DNestedScrollingChild2.java106 boolean hasNestedScrollingParent(@NestedScrollType int type); in hasNestedScrollingParent() method
DNestedScrollingChild.java131 boolean hasNestedScrollingParent(); in hasNestedScrollingParent() method
DNestedScrollingChildHelper.java100 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollingChildHelper
114 public boolean hasNestedScrollingParent(@NestedScrollType int type) { in hasNestedScrollingParent() method in NestedScrollingChildHelper
DViewCompat.java3635 public static boolean hasNestedScrollingParent(@NonNull View view) { in hasNestedScrollingParent() method in ViewCompat
3785 public static boolean hasNestedScrollingParent(@NonNull View view, @NestedScrollType int type) { in hasNestedScrollingParent() method in ViewCompat
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingHelperIntegrationTest.java195 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl
272 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParent2Test.java584 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
621 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingChildTest.java484 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
532 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingParent3Test.java316 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingVelocityTest.kt231 override fun hasNestedScrollingParent(): Boolean { in hasNestedScrollingParent() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
DNestedScrollViewNestedScrollingA11yScrollTest.java288 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
DNestedScrollViewNestedScrollingFlingTest.java393 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java301 public boolean hasNestedScrollingParent(int type) { in hasNestedScrollingParent() method in NestedScrollView
346 public boolean hasNestedScrollingParent() { in hasNestedScrollingParent() method in NestedScrollView