Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java695 private boolean mForceTranscriptScroll; field in AbsListView
2125 mForceTranscriptScroll = mFirstPosition + childCount >= mLastHandledItemCount && in onMeasure()
5344 if (mForceTranscriptScroll) { in handleDataChanged()
5345 mForceTranscriptScroll = false; in handleDataChanged()