Searched defs:SCROLL_STATE_DRAGGING (Results 1 - 3 of 3) sorted by relevance

/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.java209 public static final int SCROLL_STATE_DRAGGING = 1; field in class:RecyclerView
732 * @return {@link #SCROLL_STATE_IDLE}, {@link #SCROLL_STATE_DRAGGING} or
1501 setScrollState(SCROLL_STATE_DRAGGING);
1521 if (mScrollState != SCROLL_STATE_DRAGGING) {
1535 setScrollState(SCROLL_STATE_DRAGGING);
1552 return mScrollState == SCROLL_STATE_DRAGGING;
1596 if (mScrollState != SCROLL_STATE_DRAGGING) {
1610 setScrollState(SCROLL_STATE_DRAGGING);
1613 if (mScrollState == SCROLL_STATE_DRAGGING) {
6554 * {@link #SCROLL_STATE_DRAGGING} o
[all...]

Completed in 392 milliseconds