Searched refs:mScrollState (Results 1 – 5 of 5) 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()
104 private int mScrollState; field in PinnedHeaderListView198 mScrollState = scrollState; in onScrollStateChanged()423 if (mScrollState == SCROLL_STATE_IDLE) { in onInterceptTouchEvent()
1523 private int mScrollState = SCROLL_STATE_IDLE; field in ManageApplications.ApplicationsAdapter.OnScrollListener1533 mScrollState = newState; in onScrollStateChanged()1534 if (mScrollState == SCROLL_STATE_IDLE && mDelayNotifyDataChange) { in onScrollStateChanged()1541 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 &&