Searched refs:mCurrentScrollState (Results 1 – 2 of 2) sorted by relevance
734 private int mCurrentScrollState = SCROLL_STATE_IDLE;752 if (!mIsScrollJankTraceBegin && mCurrentScrollState == SCROLL_STATE_DRAGGING) {773 if (state != mCurrentScrollState && state == SCROLL_STATE_IDLE) {778 mCurrentScrollState = state;
224 private int mCurrentScrollState = AbsListView.OnScrollListener.SCROLL_STATE_IDLE; field in CalendarViewLegacyDelegate921 mPreviousScrollState = mCurrentScrollState; in onScroll()982 mCurrentScrollState = mNewState; in run()