Searched refs:SCROLL_STATE_SETTLING (Results 1 - 5 of 5) sorted by path

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java88 public static final int SCROLL_STATE_SETTLING = 2; field in class:SlidingChallengeLayout
201 * <li><code>SCROLL_STATE_SETTLING</code> - The challenge area is animating
411 setScrollState(SCROLL_STATE_SETTLING);
585 mScrollState == SCROLL_STATE_SETTLING))) {
665 (isInChallengeView(x, y) && mScrollState == SCROLL_STATE_SETTLING))
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java329 case RecyclerView.SCROLL_STATE_SETTLING: {
338 if (state == RecyclerView.SCROLL_STATE_SETTLING) {
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java244 public static final int SCROLL_STATE_SETTLING = 2; field in class:ViewPager
287 * @see ViewPager#SCROLL_STATE_SETTLING
811 setScrollState(SCROLL_STATE_SETTLING);
1741 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1891 if (mScrollState == SCROLL_STATE_SETTLING &&
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java268 public static final int SCROLL_STATE_SETTLING = 2; field in class:RecyclerView
852 * {@link #SCROLL_STATE_SETTLING}
866 if (state != SCROLL_STATE_SETTLING) {
1653 if (mScrollState == SCROLL_STATE_SETTLING) {
3179 setScrollState(SCROLL_STATE_SETTLING);
3231 setScrollState(SCROLL_STATE_SETTLING);
6945 * {@link #SCROLL_STATE_DRAGGING} or {@link #SCROLL_STATE_SETTLING}.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java45 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_SETTLING;
555 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
592 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
625 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
665 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]);
687 assertEquals(0, stateCnts[SCROLL_STATE_SETTLING]);

Completed in 197 milliseconds