Home
last modified time | relevance | path

Searched refs:NestedScrollingChild2 (Results 1 – 25 of 56) sorted by relevance

123

/core/core/src/main/java/androidx/core/view/
DNestedScrollingChild3.java39 public interface NestedScrollingChild3 extends NestedScrollingChild2 {
DNestedScrollingChild2.java43 public interface NestedScrollingChild2 extends NestedScrollingChild { interface
DViewCompat.java3750 if (view instanceof NestedScrollingChild2) { in startNestedScroll()
3751 return ((NestedScrollingChild2) view).startNestedScroll(axes, type); in startNestedScroll()
3768 if (view instanceof NestedScrollingChild2) { in stopNestedScroll()
3769 ((NestedScrollingChild2) view).stopNestedScroll(type); in stopNestedScroll()
3786 if (view instanceof NestedScrollingChild2) { in hasNestedScrollingParent()
3787 ((NestedScrollingChild2) view).hasNestedScrollingParent(type); in hasNestedScrollingParent()
3865 if (view instanceof NestedScrollingChild2) { in dispatchNestedScroll()
3866 return ((NestedScrollingChild2) view).dispatchNestedScroll(dxConsumed, dyConsumed, in dispatchNestedScroll()
3899 if (view instanceof NestedScrollingChild2) { in dispatchNestedPreScroll()
3900 return ((NestedScrollingChild2) view).dispatchNestedPreScroll(dx, dy, consumed, in dispatchNestedPreScroll()
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewNestedScrollingParent2Test.java37 import androidx.core.view.NestedScrollingChild2;
537 public class NestedScrollingSpyView extends FrameLayout implements NestedScrollingChild2,
/core/core/src/androidTest/java/androidx/core/view/
DNestedScrollingHelperIntegrationTest.java225 implements NestedScrollingParent2, NestedScrollingChild2 {
DViewCompatTest.java618 implements NestedScrollingChild2 {
/core/core/api/
D1.1.0-rc01.txt1774 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1782 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.1.0-beta02.txt1774 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1782 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.1.0-beta01.txt1774 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1782 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.2.0-beta01.txt1879 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1887 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.3.0-beta01.txt1912 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1920 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.2.0-beta02.txt1879 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
1887 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.0.0.txt2060 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
3053 … extends android.widget.FrameLayout implements androidx.core.view.NestedScrollingChild2 androidx.c…
D1.5.0-beta02.txt2167 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2175 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.5.0-beta03.txt2166 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2174 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.1.0-beta01.txt2137 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2145 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.1.0-rc01.txt2137 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2145 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.5.0-beta01.txt2167 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2175 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.6.0-beta03.txt2207 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2215 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.6.0-beta01.txt2201 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2209 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.6.0-beta02.txt2201 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2209 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.3.0-beta01.txt2291 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2299 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.2.0-beta01.txt2258 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2266 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
D1.8.0-beta02.txt2415 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2423 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {
Drestricted_1.2.0-beta02.txt2258 public interface NestedScrollingChild2 extends androidx.core.view.NestedScrollingChild {
2266 public interface NestedScrollingChild3 extends androidx.core.view.NestedScrollingChild2 {

123