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()
1470 private int mScrollState = SCROLL_STATE_IDLE; field in ManageApplications.ApplicationsAdapter.OnScrollListener1480 mScrollState = newState; in onScrollStateChanged()1481 if (mScrollState == SCROLL_STATE_IDLE && mDelayNotifyDataChange) { in onScrollStateChanged()1488 if (mScrollState == SCROLL_STATE_IDLE) { in postNotifyItemChange()
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()
179 private final ScrollState mScrollState = new ScrollState(); field in RecentsView689 mScrollState.scrollFromEdge = mIsRtl ? scrollX : (mMaxScrollX - scrollX); in updateCurveProperties()697 mScrollState.linearInterpolation = Math.min(1, in updateCurveProperties()699 ((PageCallbacks) page).onPageScroll(mScrollState); in updateCurveProperties()
243 private int mScrollState = RecyclerView.SCROLL_STATE_IDLE;254 mScrollState = newState;259 if (mScrollState == RecyclerView.SCROLL_STATE_DRAGGING &&