| /core/core/src/main/java/androidx/core/view/ |
| D | NestedScrollingChild2.java | 84 boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type); in startNestedScroll() method
|
| D | NestedScrollingChild.java | 112 boolean startNestedScroll(@ScrollAxis int axes); in startNestedScroll() method
|
| D | NestedScrollingChildHelper.java | 129 public boolean startNestedScroll(@ScrollAxis int axes) { in startNestedScroll() method in NestedScrollingChildHelper 146 public boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type) { in startNestedScroll() method in NestedScrollingChildHelper
|
| D | ViewCompat.java | 3596 public static boolean startNestedScroll(@NonNull View view, @ScrollAxis int axes) { in startNestedScroll() method in ViewCompat 3748 public static boolean startNestedScroll(@NonNull View view, @ScrollAxis int axes, in startNestedScroll() method in ViewCompat
|
| /core/core/src/androidTest/java/androidx/core/view/ |
| D | NestedScrollingHelperIntegrationTest.java | 185 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl 262 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollingHelperIntegrationTest.NestedScrollingImpl2
|
| /core/core/src/androidTest/java/androidx/core/widget/ |
| D | NestedScrollViewNestedScrollingParent2Test.java | 574 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView 611 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent2Test.NestedScrollingSpyView
|
| D | NestedScrollViewNestedScrollingChildTest.java | 474 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView 522 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingChildTest.NestedScrollingSpyView
|
| D | NestedScrollViewNestedScrollingParent3Test.java | 306 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollViewNestedScrollingParent3Test.NestedScrollingSpyView
|
| D | NestedScrollViewNestedScrollingFlingVelocityTest.kt | 225 override fun startNestedScroll(axes: Int): Boolean { in startNestedScroll() method in androidx.core.widget.NestedScrollViewNestedScrollingFlingVelocityTest
|
| D | NestedScrollViewNestedScrollingA11yScrollTest.java | 278 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingA11yScrollTest.NestedScrollingSpyView
|
| D | NestedScrollViewNestedScrollingFlingTest.java | 383 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollViewNestedScrollingFlingTest.NestedScrollingSpyView
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | NestedScrollView.java | 291 public boolean startNestedScroll(int axes, int type) { in startNestedScroll() method in NestedScrollView 336 public boolean startNestedScroll(int axes) { in startNestedScroll() method in NestedScrollView
|