Searched refs:SCROLL_STATE_DRAGGING (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java331 || state == RecyclerView.SCROLL_STATE_DRAGGING){
337 case RecyclerView.SCROLL_STATE_DRAGGING: {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java44 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_DRAGGING;
557 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
594 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
627 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
667 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
689 assertEquals(1, stateCnts[SCROLL_STATE_DRAGGING]);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java87 public static final int SCROLL_STATE_DRAGGING = 1; field in class:SlidingChallengeLayout
199 * <li><code>SCROLL_STATE_DRAGGING</code> - The user is actively dragging
682 setScrollState(SCROLL_STATE_DRAGGING);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java239 public static final int SCROLL_STATE_DRAGGING = 1; field in class:ViewPager
286 * @see ViewPager#SCROLL_STATE_DRAGGING
1858 setScrollState(SCROLL_STATE_DRAGGING);
1899 setScrollState(SCROLL_STATE_DRAGGING);
1983 setScrollState(SCROLL_STATE_DRAGGING);
2282 setScrollState(SCROLL_STATE_DRAGGING);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java261 public static final int SCROLL_STATE_DRAGGING = 1; field in class:RecyclerView
851 * @return {@link #SCROLL_STATE_IDLE}, {@link #SCROLL_STATE_DRAGGING} or
1655 setScrollState(SCROLL_STATE_DRAGGING);
1675 if (mScrollState != SCROLL_STATE_DRAGGING) {
1688 setScrollState(SCROLL_STATE_DRAGGING);
1705 return mScrollState == SCROLL_STATE_DRAGGING;
1749 if (mScrollState != SCROLL_STATE_DRAGGING) {
1762 setScrollState(SCROLL_STATE_DRAGGING);
1765 if (mScrollState == SCROLL_STATE_DRAGGING) {
6945 * {@link #SCROLL_STATE_DRAGGING} o
[all...]

Completed in 577 milliseconds