Home
last modified time | relevance | path

Searched refs:SCROLL_STATE_DRAGGING (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java328 || state == RecyclerView.SCROLL_STATE_DRAGGING){ in onScrollStateChanged()
334 case RecyclerView.SCROLL_STATE_DRAGGING: { in onScrollStateChanged()
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
DPagedListViewSavedStateTest.java272 || newState == RecyclerView.SCROLL_STATE_DRAGGING);
DPagedListViewTest.java753 || newState == RecyclerView.SCROLL_STATE_DRAGGING); in PagedListViewScrollingIdlingResource()
/frameworks/support/viewpager/api/
Dcurrent.txt83 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
/frameworks/support/viewpager/api_legacy/
Dcurrent.txt83 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D28.0.0-alpha1.txt83 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D0.0.0.txt83 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DPageIndicatorView.java521 if (mCurrentViewPagerState == ViewPager.SCROLL_STATE_DRAGGING) { in onPageScrolled()
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DViewPager.java262 public static final int SCROLL_STATE_DRAGGING = 1; field in ViewPager
2091 setScrollState(SCROLL_STATE_DRAGGING);
2133 setScrollState(SCROLL_STATE_DRAGGING);
2227 setScrollState(SCROLL_STATE_DRAGGING);
2532 setScrollState(SCROLL_STATE_DRAGGING);
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java216 public static final int SCROLL_STATE_DRAGGING = 1; field in ViewPager
1873 setScrollState(SCROLL_STATE_DRAGGING);
1914 setScrollState(SCROLL_STATE_DRAGGING);
1991 setScrollState(SCROLL_STATE_DRAGGING);
DRecyclerView.java406 public static final int SCROLL_STATE_DRAGGING = 1; field in RecyclerView
2653 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent()
2685 if (mScrollState != SCROLL_STATE_DRAGGING) { in onInterceptTouchEvent()
2698 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent()
2716 return mScrollState == SCROLL_STATE_DRAGGING; in onInterceptTouchEvent()
2804 if (mScrollState != SCROLL_STATE_DRAGGING) { in onTouchEvent()
2823 setScrollState(SCROLL_STATE_DRAGGING); in onTouchEvent()
2827 if (mScrollState == SCROLL_STATE_DRAGGING) { in onTouchEvent()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java465 public static final int SCROLL_STATE_DRAGGING = 1; field in RecyclerView
2963 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent()
2995 if (mScrollState != SCROLL_STATE_DRAGGING) { in onInterceptTouchEvent()
3008 setScrollState(SCROLL_STATE_DRAGGING); in onInterceptTouchEvent()
3026 return mScrollState == SCROLL_STATE_DRAGGING; in onInterceptTouchEvent()
3114 if (mScrollState != SCROLL_STATE_DRAGGING) { in onTouchEvent()
3133 setScrollState(SCROLL_STATE_DRAGGING); in onTouchEvent()
3137 if (mScrollState == SCROLL_STATE_DRAGGING) { in onTouchEvent()
DItemTouchHelper.java969 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) { in checkSelectForSwipe()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewLayoutTest.java20 import static androidx.recyclerview.widget.RecyclerView.SCROLL_STATE_DRAGGING;
2657 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForSmoothScroll()
2695 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForSmoothScrollWithStop()
2729 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForFling()
2770 assertEquals(0, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateForFlingWithStop()
2793 assertEquals(1, stateCnts[SCROLL_STATE_DRAGGING]); in scrollStateDrag()
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
DBaseViewPagerTest.java756 final int[] expectedScrollStateChanges = new int[] { ViewPager.SCROLL_STATE_DRAGGING, in testPageScrollStateChangedSwipe()
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java947 if (mRecyclerView.getScrollState() == RecyclerView.SCROLL_STATE_DRAGGING) { in checkSelectForSwipe()
/frameworks/support/legacy/core-ui/api_legacy/
D26.1.0.txt164 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D27.0.0.txt164 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D26.0.0.txt164 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D27.1.0.txt259 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt365 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D26.1.0.txt363 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
D26.0.0.txt363 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
Dcurrent.txt416 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt434 field public static final int SCROLL_STATE_DRAGGING = 1; // 0x1

12