Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java329 case RecyclerView.SCROLL_STATE_SETTLING: { in onScrollStateChanged()
338 if (state == RecyclerView.SCROLL_STATE_SETTLING) { in onScrollStateChanged()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java55 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_SETTLING;
1024 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in testScrollStateForSmoothScroll()
1062 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in testScrollStateForSmoothScrollWithStop()
1096 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in testScrollStateForFling()
1137 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in testScrollStateForFlingWithStop()
1160 assertEquals(0, stateCnts[SCROLL_STATE_SETTLING]); in testScrollStateDrag()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java246 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager
844 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()
1821 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1974 if (mScrollState == SCROLL_STATE_SETTLING &&
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java246 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager
807 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()
1766 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1915 if (mScrollState == SCROLL_STATE_SETTLING &&
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java64 import static android.support.v4.view.ViewPager.SCROLL_STATE_SETTLING;
1596 || (mScrollState == ViewPager.SCROLL_STATE_SETTLING in onPageScrolled()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java345 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView
1138 if (state != SCROLL_STATE_SETTLING) { in setScrollState()
2162 if (mScrollState == SCROLL_STATE_SETTLING) { in onInterceptTouchEvent()
4035 setScrollState(SCROLL_STATE_SETTLING); in fling()
4087 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollBy()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt190 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.1.0.txt245 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.2.0.txt293 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.2.1.txt297 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D23.txt326 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
Dcurrent.txt326 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java569 assertEquals(mGridView.getScrollState(), BaseGridView.SCROLL_STATE_SETTLING); in testBug22209986()
/frameworks/support/v4/api/
D22.0.0.txt2084 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.1.0.txt2277 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.2.1.txt2342 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D22.2.0.txt2341 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
D23.txt2536 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
Dcurrent.txt2542 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2