/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 328 || state == RecyclerView.SCROLL_STATE_DRAGGING){ in onScrollStateChanged() 334 case RecyclerView.SCROLL_STATE_DRAGGING: { in onScrollStateChanged()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 262 public static final int SCROLL_STATE_DRAGGING = 1; field in ViewPager 2075 setScrollState(SCROLL_STATE_DRAGGING); 2117 setScrollState(SCROLL_STATE_DRAGGING); 2206 setScrollState(SCROLL_STATE_DRAGGING); 2511 setScrollState(SCROLL_STATE_DRAGGING);
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 242 public static final int SCROLL_STATE_DRAGGING = 1; field in ViewPager 1898 setScrollState(SCROLL_STATE_DRAGGING); 1939 setScrollState(SCROLL_STATE_DRAGGING); 2016 setScrollState(SCROLL_STATE_DRAGGING);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 61 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_DRAGGING; 1822 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForSmoothScroll() 1860 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForSmoothScrollWithStop() 1894 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForFling() 1935 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForFlingWithStop() 1958 assertEquals(1, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateDrag()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 369 public static final int SCROLL_STATE_DRAGGING = 1; field in RecyclerView 2471 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent() 2503 if (mScrollState != SCROLL_STATE_DRAGGING) { in onInterceptTouchEvent() 2516 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent() 2534 return mScrollState == SCROLL_STATE_DRAGGING; in onInterceptTouchEvent() 2622 if (mScrollState != SCROLL_STATE_DRAGGING) { in onTouchEvent() 2641 setScrollState(SCROLL_STATE_DRAGGING); in onTouchEvent() 2645 if (mScrollState == SCROLL_STATE_DRAGGING) { in onTouchEvent()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 69 import static android.support.v4.view.ViewPager.SCROLL_STATE_DRAGGING; 2126 mPreviousScrollState == SCROLL_STATE_DRAGGING; in onPageScrolled()
|
/frameworks/support/v4/tests/java/android/support/v4/view/ |
D | BaseViewPagerTest.java | 655 final int[] expectedScrollStateChanges = new int[] { ViewPager.SCROLL_STATE_DRAGGING, in testPageScrollStateChangedSwipe()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/ |
D | ItemTouchHelper.java | 954 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) { in checkSelectForSwipe()
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.0.0.txt | 188 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.1.0.txt | 243 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.2.1.txt | 295 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.2.0.txt | 291 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.0.0.txt | 324 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.1.0.txt | 324 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | current.txt | 335 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.1.1.txt | 324 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2275 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.0.0.txt | 2082 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.2.1.txt | 2340 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 22.2.0.txt | 2339 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.0.0.txt | 2534 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.1.0.txt | 2566 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | 23.1.1.txt | 2526 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|
D | current.txt | 2766 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
|