Searched refs:SCROLL_STATE_SETTLING (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java326 case RecyclerView.SCROLL_STATE_SETTLING: {
335 if (state == RecyclerView.SCROLL_STATE_SETTLING) {
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java22 import static android.support.v4.view.ViewPager.SCROLL_STATE_SETTLING;
2132 final boolean updateText = mScrollState != SCROLL_STATE_SETTLING ||
2137 final boolean updateIndicator = !(mScrollState == SCROLL_STATE_SETTLING
2151 || (mScrollState == SCROLL_STATE_SETTLING
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java220 public static final int SCROLL_STATE_SETTLING = 2; field in class:ViewPager
263 * @see com.android.internal.widget.ViewPager#SCROLL_STATE_SETTLING
782 setScrollState(SCROLL_STATE_SETTLING);
1755 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1904 if (mScrollState == SCROLL_STATE_SETTLING &&
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java271 public static final int SCROLL_STATE_SETTLING = 2; field in class:ViewPager
315 * @see ViewPager#SCROLL_STATE_SETTLING
1009 setScrollState(SCROLL_STATE_SETTLING);
1998 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
2149 if (mScrollState == SCROLL_STATE_SETTLING
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java688 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE
711 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE };
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java23 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_SETTLING;
1921 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
1959 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
1993 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
2034 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
2057 assertEquals(0, stateCnts[SCROLL_STATE_SETTLING]);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java403 public static final int SCROLL_STATE_SETTLING = 2; field in class:RecyclerView
1316 * {@link #SCROLL_STATE_SETTLING}
1331 if (state != SCROLL_STATE_SETTLING) {
2582 if (mScrollState == SCROLL_STATE_SETTLING) {
4401 * {@link #SCROLL_STATE_DRAGGING} or {@link #SCROLL_STATE_SETTLING}
4692 setScrollState(SCROLL_STATE_SETTLING);
4744 setScrollState(SCROLL_STATE_SETTLING);
9516 * {@link #SCROLL_STATE_DRAGGING} or {@link #SCROLL_STATE_SETTLING}.
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetTest.java813 assertEquals(mGridView.getScrollState(), BaseGridView.SCROLL_STATE_SETTLING);

Completed in 3894 milliseconds