Searched refs:mLastScrollState (Results 1 – 1 of 1) sorted by relevance
600 private int mLastScrollState = OnScrollListener.SCROLL_STATE_IDLE; field in AbsListView4532 if (newState != mLastScrollState) { in reportScrollStateChange()4534 mLastScrollState = newState; in reportScrollStateChange()