Home
last modified time | relevance | path

Searched refs:NestedScrollView (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DNestedScrollViewFlingWatcher.java25 import androidx.core.widget.NestedScrollView;
26 import androidx.core.widget.NestedScrollView.OnScrollChangeListener;
48 private final WeakReference<NestedScrollView> mNestedScrollView;
56 NestedScrollViewFlingWatcher(FlingListener listener, NestedScrollView nestedScrollView) { in NestedScrollViewFlingWatcher()
67 NestedScrollView nestedScrollView = mNestedScrollView.get(); in watch()
75 public void onScrollChange(NestedScrollView v, int scrollX, int scrollY, int oldScrollX, in onScrollChange()
86 NestedScrollView nestedScrollView = mNestedScrollView.get(); in onEndOfFlingFound()
DFlingWatcherFactory.java26 import androidx.core.widget.NestedScrollView;
98 } else if (view instanceof NestedScrollView) { in createFor()
99 return new NestedScrollViewFlingWatcher(mListener, (NestedScrollView) view); in createFor()
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewTest.java53 private NestedScrollView mNestedScrollView;
263 new NestedScrollView.OnScrollChangeListener() { in smoothScrollBy_scrollsEntireDistanceIncludingMargins()
266 public void onScrollChange(NestedScrollView v, int scrollX, int scrollY, in smoothScrollBy_scrollsEntireDistanceIncludingMargins()
364 mNestedScrollView = new NestedScrollView(mActivityTestRule.getActivity()); in setup()
370 NestedScrollView.LayoutParams childLayoutParams = in setChildMargins()
371 new NestedScrollView.LayoutParams(100, 100); in setChildMargins()
DNestedScrollViewNestedScrollingParentTest.java61 private NestedScrollView mNestedScrollView;
71 mNestedScrollView = new NestedScrollView(mActivityTestRule.getActivity()); in instantiateMembers()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java69 public class NestedScrollView extends FrameLayout implements NestedScrollingParent2, class
95 void onScrollChange(NestedScrollView v, int scrollX, int scrollY, in onScrollChange()
188 public NestedScrollView(@NonNull Context context) { in NestedScrollView() method in NestedScrollView
192 public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs) { in NestedScrollView() method in NestedScrollView
196 public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs, in NestedScrollView() method in NestedScrollView
411 final NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams(); in getBottomFadingEdgeStrength()
496 final NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams(); in canScroll()
569 final NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure()
1082 NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams(); in getScrollRange()
1192 NestedScrollView.LayoutParams lp = (LayoutParams) view.getLayoutParams(); in pageScroll()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSScrollLayout.java20 import android.support.v4.widget.NestedScrollView;
39 public class QSScrollLayout extends NestedScrollView {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java61 import androidx.core.widget.NestedScrollView;
99 NestedScrollView mScrollView;
591 new NestedScrollView.OnScrollChangeListener() { in setScrollIndicators()
593 public void onScrollChange(NestedScrollView v, int scrollX, in setScrollIndicators()
719 mScrollView = (NestedScrollView) mWindow.findViewById(R.id.scrollView); in setupContent()
/frameworks/support/legacy/core-ui/api_legacy/
D26.1.0.txt438 public class NestedScrollView extends android.widget.FrameLayout {
439 ctor public NestedScrollView(android.content.Context);
440 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
441 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
456 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
464 public static abstract interface NestedScrollView.OnScrollChangeListener {
465 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D26.0.0.txt438 public class NestedScrollView extends android.widget.FrameLayout {
439 ctor public NestedScrollView(android.content.Context);
440 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
441 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
456 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
464 public static abstract interface NestedScrollView.OnScrollChangeListener {
465 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D27.0.0.txt438 public class NestedScrollView extends android.widget.FrameLayout {
439 ctor public NestedScrollView(android.content.Context);
440 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
441 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
456 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
464 public static abstract interface NestedScrollView.OnScrollChangeListener {
465 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D27.1.0.txt527 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
528 ctor public NestedScrollView(android.content.Context);
529 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
530 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
551 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
559 public static abstract interface NestedScrollView.OnScrollChangeListener {
560 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
/frameworks/support/compat/api_legacy/
Dcurrent.txt2479 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
2480 ctor public NestedScrollView(android.content.Context);
2481 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
2482 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
2503 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
2511 public static abstract interface NestedScrollView.OnScrollChangeListener {
2512 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D28.0.0-alpha1.txt2477 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
2478 ctor public NestedScrollView(android.content.Context);
2479 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
2480 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
2501 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
2509 public static abstract interface NestedScrollView.OnScrollChangeListener {
2510 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
/frameworks/support/compat/api/
Dcurrent.txt2642 …public class NestedScrollView extends android.widget.FrameLayout implements androidx.core.view.Nes…
2643 ctor public NestedScrollView(android.content.Context);
2644 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
2645 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
2671 …method public void setOnScrollChangeListener(androidx.core.widget.NestedScrollView.OnScrollChangeL…
2679 public static abstract interface NestedScrollView.OnScrollChangeListener {
2680 …method public abstract void onScrollChange(androidx.core.widget.NestedScrollView, int, int, int, i…
/frameworks/support/api/
D25.1.0.txt7668 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
7669 ctor public NestedScrollView(android.content.Context);
7670 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
7671 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
7683 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
7689 public static abstract interface NestedScrollView.OnScrollChangeListener {
7690 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D25.2.0.txt7668 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
7669 ctor public NestedScrollView(android.content.Context);
7670 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
7671 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
7683 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
7689 public static abstract interface NestedScrollView.OnScrollChangeListener {
7690 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D25.0.0.txt7257 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
7258 ctor public NestedScrollView(android.content.Context);
7259 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
7260 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
7272 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
7278 public static abstract interface NestedScrollView.OnScrollChangeListener {
7279 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D24.2.0.txt7189 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
7190 ctor public NestedScrollView(android.content.Context);
7191 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
7192 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
7204 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
7210 public static abstract interface NestedScrollView.OnScrollChangeListener {
7211 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D22.1.0.txt4435 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
4436 ctor public NestedScrollView(android.content.Context);
4437 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
4438 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
D23.2.1.txt6324 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
6325 ctor public NestedScrollView(android.content.Context);
6326 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
6327 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
6339 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
6345 public static abstract interface NestedScrollView.OnScrollChangeListener {
6346 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D23.1.0.txt5938 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
5939 ctor public NestedScrollView(android.content.Context);
5940 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
5941 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
5953 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
5959 public static abstract interface NestedScrollView.OnScrollChangeListener {
5960 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D23.1.1.txt5901 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
5902 ctor public NestedScrollView(android.content.Context);
5903 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
5904 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
5916 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
5922 public static abstract interface NestedScrollView.OnScrollChangeListener {
5923 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D25.3.0.txt8100 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
8101 ctor public NestedScrollView(android.content.Context);
8102 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
8103 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
8115 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
8121 public static abstract interface NestedScrollView.OnScrollChangeListener {
8122 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D23.4.0.txt6336 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
6337 ctor public NestedScrollView(android.content.Context);
6338 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
6339 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
6351 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
6357 public static abstract interface NestedScrollView.OnScrollChangeListener {
6358 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config3684 "android/support/v4/widget/NestedScrollView": "androidx/core/widget/NestedScrollView",

12