Searched refs:mScrollState (Results 1 – 7 of 7) sorted by relevance
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()
1460 private int mScrollState = SCROLL_STATE_IDLE; field in ManageApplications.ApplicationsAdapter.OnScrollListener1470 mScrollState = newState; in onScrollStateChanged()1471 if (mScrollState == SCROLL_STATE_IDLE && mDelayNotifyDataChange) { in onScrollStateChanged()1478 if (mScrollState == SCROLL_STATE_IDLE) { in postNotifyItemChange()
180 private final ScrollState mScrollState = new ScrollState(); field in RecentsView708 mScrollState.scrollFromEdge = mIsRtl ? scrollX : (mMaxScrollX - scrollX); in updateCurveProperties()716 mScrollState.linearInterpolation = Math.min(1, in updateCurveProperties()718 ((PageCallbacks) page).onPageScroll(mScrollState); in updateCurveProperties()
1446 private int mScrollState = SCROLL_STATE_IDLE; field in ManageApplications.ApplicationsAdapter.OnScrollListener1456 mScrollState = newState; in onScrollStateChanged()1457 if (mScrollState == SCROLL_STATE_IDLE && mDelayNotifyDataChange) { in onScrollStateChanged()1464 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 &&