Home
last modified time | relevance | path

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

12

/frameworks/support/wear/src/android/support/wear/widget/drawer/
DNestedScrollViewFlingWatcher.java23 import android.support.v4.widget.NestedScrollView;
24 import android.support.v4.widget.NestedScrollView.OnScrollChangeListener;
47 private final WeakReference<NestedScrollView> mNestedScrollView;
55 NestedScrollViewFlingWatcher(FlingListener listener, NestedScrollView nestedScrollView) { in NestedScrollViewFlingWatcher()
66 NestedScrollView nestedScrollView = mNestedScrollView.get(); in watch()
74 public void onScrollChange(NestedScrollView v, int scrollX, int scrollY, int oldScrollX, in onScrollChange()
85 NestedScrollView nestedScrollView = mNestedScrollView.get(); in onEndOfFlingFound()
DFlingWatcherFactory.java22 import android.support.v4.widget.NestedScrollView;
97 } else if (view instanceof NestedScrollView) { in createFor()
98 return new NestedScrollViewFlingWatcher(mListener, (NestedScrollView) view); in createFor()
/frameworks/support/design/tests/src/android/support/design/widget/
DBottomSheetBehaviorTest.java51 import android.support.v4.widget.NestedScrollView;
508 final NestedScrollView scroll = new NestedScrollView(mActivityTestRule.getActivity()); in testNestedScroll()
739 NestedScrollView disabledParent = new NestedScrollView(context); in testFindScrollingChildEnabled()
741 NestedScrollView enabledChild = new NestedScrollView(context); in testFindScrollingChildEnabled()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java65 public class NestedScrollView extends FrameLayout implements NestedScrollingParent, class
91 void onScrollChange(NestedScrollView v, int scrollX, int scrollY, in onScrollChange()
184 public NestedScrollView(Context context) { in NestedScrollView() method in NestedScrollView
188 public NestedScrollView(Context context, AttributeSet attrs) { in NestedScrollView() method in NestedScrollView
192 public NestedScrollView(Context context, AttributeSet attrs, int defStyleAttr) { in NestedScrollView() method in NestedScrollView
1942 final NestedScrollView nsvHost = (NestedScrollView) host; in performAccessibilityAction()
1975 final NestedScrollView nsvHost = (NestedScrollView) host; in onInitializeAccessibilityNodeInfo()
1994 final NestedScrollView nsvHost = (NestedScrollView) host; in onInitializeAccessibilityEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java31 import android.support.v4.widget.NestedScrollView;
94 NestedScrollView mScrollView;
580 new NestedScrollView.OnScrollChangeListener() { in setScrollIndicators()
582 public void onScrollChange(NestedScrollView v, int scrollX, in setScrollIndicators()
708 mScrollView = (NestedScrollView) mWindow.findViewById(R.id.scrollView); in setupContent()
/frameworks/support/core-ui/api/
Dcurrent.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…
/frameworks/support/api/
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…
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…
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.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…
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.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…
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.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…
D25.4.0.txt8178 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
8179 ctor public NestedScrollView(android.content.Context);
8180 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
8181 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
8193 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
8199 public static abstract interface NestedScrollView.OnScrollChangeListener {
8200 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D26.0.0-alpha1.txt8573 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
8574 ctor public NestedScrollView(android.content.Context);
8575 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
8576 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
8588 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
8594 public static abstract interface NestedScrollView.OnScrollChangeListener {
8595 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D23.2.0.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…
D24.1.0.txt6946 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
6947 ctor public NestedScrollView(android.content.Context);
6948 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
6949 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
6961 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
6967 public static abstract interface NestedScrollView.OnScrollChangeListener {
6968 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D26.1.0.txt9816 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
9817 ctor public NestedScrollView(android.content.Context);
9818 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
9819 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
9834 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
9842 public static abstract interface NestedScrollView.OnScrollChangeListener {
9843 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D24.0.0.txt6944 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
6945 ctor public NestedScrollView(android.content.Context);
6946 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
6947 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
6959 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
6965 public static abstract interface NestedScrollView.OnScrollChangeListener {
6966 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D26.0.0-beta1.txt9576 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
9577 ctor public NestedScrollView(android.content.Context);
9578 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
9579 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
9591 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
9597 public static abstract interface NestedScrollView.OnScrollChangeListener {
9598 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…
D26.0.0-beta2.txt9760 …public class NestedScrollView extends android.widget.FrameLayout implements android.support.v4.vie…
9761 ctor public NestedScrollView(android.content.Context);
9762 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet);
9763 ctor public NestedScrollView(android.content.Context, android.util.AttributeSet, int);
9778 …method public void setOnScrollChangeListener(android.support.v4.widget.NestedScrollView.OnScrollCh…
9786 public static abstract interface NestedScrollView.OnScrollChangeListener {
9787 …method public abstract void onScrollChange(android.support.v4.widget.NestedScrollView, int, int, i…

12