Home
last modified time | relevance | path

Searched refs:SCROLL_STATE_SETTLING (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java326 case RecyclerView.SCROLL_STATE_SETTLING: { in onScrollStateChanged()
335 if (state == RecyclerView.SCROLL_STATE_SETTLING) { in onScrollStateChanged()
/frameworks/support/viewpager/api/
Dcurrent.txt85 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/support/viewpager/api_legacy/
Dcurrent.txt85 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D28.0.0-alpha1.txt85 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D0.0.0.txt85 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java221 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager
783 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()
1757 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1906 if (mScrollState == SCROLL_STATE_SETTLING &&
DRecyclerView.java413 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView
1350 if (state != SCROLL_STATE_SETTLING) { in setScrollState()
2651 if (mScrollState == SCROLL_STATE_SETTLING) { in onInterceptTouchEvent()
4783 setScrollState(SCROLL_STATE_SETTLING); in fling()
4840 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollBy()
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DViewPager.java267 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager
981 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()
1974 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
2125 if (mScrollState == SCROLL_STATE_SETTLING
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
DBaseViewPagerTest.java734 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE in testPageScrollStateChangedSmooth()
757 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE }; in testPageScrollStateChangedSwipe()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewLayoutTest.java22 import static androidx.recyclerview.widget.RecyclerView.SCROLL_STATE_SETTLING;
2655 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForSmoothScroll()
2693 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForSmoothScrollWithStop()
2727 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForFling()
2768 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForFlingWithStop()
2791 assertEquals(0, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateDrag()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java472 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView
1496 if (state != SCROLL_STATE_SETTLING) { in setScrollState()
2961 if (mScrollState == SCROLL_STATE_SETTLING) { in onInterceptTouchEvent()
3759 if (getScrollState() == SCROLL_STATE_SETTLING) { in fillRemainingScrollValues()
5134 setScrollState(SCROLL_STATE_SETTLING); in fling()
5191 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollBy()
/frameworks/support/legacy/core-ui/api_legacy/
D26.1.0.txt166 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D27.0.0.txt166 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D26.0.0.txt166 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D27.1.0.txt261 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java1463 false, false, RecyclerView.SCROLL_STATE_SETTLING); in testSelectedPosition04()
2191 assertEquals(mGridView.getScrollState(), BaseGridView.SCROLL_STATE_SETTLING); in testBug22209986()
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt367 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D26.1.0.txt365 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D26.0.0.txt365 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
Dcurrent.txt418 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D28.0.0-alpha1.txt418 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D27.1.0.txt419 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt436 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/support/api/
D22.0.0.txt3526 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
5592 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.1.0.txt3861 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
6228 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2

12