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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java328 || state == RecyclerView.SCROLL_STATE_DRAGGING){
334 case RecyclerView.SCROLL_STATE_DRAGGING: {
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java266 public static final int SCROLL_STATE_DRAGGING = 1; field in class:ViewPager
314 * @see ViewPager#SCROLL_STATE_DRAGGING
2115 setScrollState(SCROLL_STATE_DRAGGING);
2157 setScrollState(SCROLL_STATE_DRAGGING);
2251 setScrollState(SCROLL_STATE_DRAGGING);
2553 setScrollState(SCROLL_STATE_DRAGGING);
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java215 public static final int SCROLL_STATE_DRAGGING = 1; field in class:ViewPager
262 * @see com.android.internal.widget.ViewPager#SCROLL_STATE_DRAGGING
1871 setScrollState(SCROLL_STATE_DRAGGING);
1912 setScrollState(SCROLL_STATE_DRAGGING);
1989 setScrollState(SCROLL_STATE_DRAGGING);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java21 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_DRAGGING;
1923 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
1961 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
1995 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
2036 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]);
2059 assertEquals(1, stateCnts[SCROLL_STATE_DRAGGING]);
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java20 import static android.support.v4.view.ViewPager.SCROLL_STATE_DRAGGING;
2133 mPreviousScrollState == SCROLL_STATE_DRAGGING;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java396 public static final int SCROLL_STATE_DRAGGING = 1; field in class:RecyclerView
1315 * @return {@link #SCROLL_STATE_IDLE}, {@link #SCROLL_STATE_DRAGGING} or
2584 setScrollState(SCROLL_STATE_DRAGGING);
2616 if (mScrollState != SCROLL_STATE_DRAGGING) {
2629 setScrollState(SCROLL_STATE_DRAGGING);
2647 return mScrollState == SCROLL_STATE_DRAGGING;
2735 if (mScrollState != SCROLL_STATE_DRAGGING) {
2754 setScrollState(SCROLL_STATE_DRAGGING);
2758 if (mScrollState == SCROLL_STATE_DRAGGING) {
4401 * {@link #SCROLL_STATE_DRAGGING} o
[all...]
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java710 final int[] expectedScrollStateChanges = new int[] { ViewPager.SCROLL_STATE_DRAGGING,
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java953 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) {

Completed in 572 milliseconds