Home
last modified time | relevance | path

Searched refs:mForceTranscriptScroll (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java702 private boolean mForceTranscriptScroll; field in AbsListView
2138 mForceTranscriptScroll = mFirstPosition + childCount >= mLastHandledItemCount && in onMeasure()
5507 if (mForceTranscriptScroll) { in handleDataChanged()
5508 mForceTranscriptScroll = false; in handleDataChanged()