Searched refs:SCROLL_STATE_SETTLING (Results 1 – 3 of 3) sorted by relevance
326 case RecyclerView.SCROLL_STATE_SETTLING: { in onScrollStateChanged()335 if (state == RecyclerView.SCROLL_STATE_SETTLING) { in onScrollStateChanged()
223 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager789 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo()1763 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;1912 if (mScrollState == SCROLL_STATE_SETTLING &&
414 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView1351 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()