Searched refs:mLastScrollState (Results 1 – 2 of 2) sorted by relevance
632 private int mLastScrollState = OnScrollListener.SCROLL_STATE_IDLE; field in AbsListView4628 if (newState != mLastScrollState) { in reportScrollStateChange()4630 mLastScrollState = newState; in reportScrollStateChange()
80237 Landroid/widget/AbsListView;->mLastScrollState:I