Searched refs:mScrollState (Results 1 – 6 of 6) sorted by relevance
74 private int mScrollState = SCROLL_STATE_IDLE; field in SeparatedTabLayout.SeparatedTabLayoutOnPageChangeCallback92 mPreviousScrollState = mScrollState; in onPageScrollStateChanged()93 mScrollState = state; in onPageScrollStateChanged()106 && mScrollState == SCROLL_STATE_SETTLING; in isUserDragging()
159 private int mScrollState; field in SlidingTabLayout.InternalViewPagerListener172 mScrollState = state; in onPageScrollStateChanged()178 if (mScrollState == RtlCompatibleViewPager.SCROLL_STATE_IDLE) { in onPageSelected()
271 private int mScrollState; field in AppGridPageSnapper.AppGridPageSnapCallback290 mScrollState = newState; in setScrollState()295 return mScrollState; in getScrollState()
104 private int mScrollState; field in PinnedHeaderListView198 mScrollState = scrollState; in onScrollStateChanged()423 if (mScrollState == SCROLL_STATE_IDLE) { in onInterceptTouchEvent()
1910 private int mScrollState = SCROLL_STATE_IDLE; field in ManageApplications.ApplicationsAdapter.OnScrollListener1927 mScrollState = newState; in onScrollStateChanged()1928 if (mScrollState == SCROLL_STATE_IDLE && mDelayNotifyDataChange) { in onScrollStateChanged()1931 } else if (mScrollState == SCROLL_STATE_DRAGGING) { in onScrollStateChanged()1943 } else if (mScrollState == SCROLL_STATE_IDLE) { in onScrollStateChanged()1950 if (mScrollState == SCROLL_STATE_IDLE) { in postNotifyItemChange()
245 private int mScrollState = RecyclerView.SCROLL_STATE_IDLE;256 mScrollState = newState;261 if (mScrollState == RecyclerView.SCROLL_STATE_DRAGGING &&