Home
last modified time | relevance | path

Searched refs:SCROLL_STATE_SETTLING (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java326 case RecyclerView.SCROLL_STATE_SETTLING: { in onScrollStateChanged()
335 if (state == RecyclerView.SCROLL_STATE_SETTLING) { in onScrollStateChanged()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java223 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager
789 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()
1763 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1912 if (mScrollState == SCROLL_STATE_SETTLING &&
DRecyclerView.java414 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView
1351 if (state != SCROLL_STATE_SETTLING) { in setScrollState()
2652 if (mScrollState == SCROLL_STATE_SETTLING) { in onInterceptTouchEvent()
4784 setScrollState(SCROLL_STATE_SETTLING); in fling()
4841 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollBy()