Searched refs:firstActivePosition (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java6240 * @param firstActivePosition The position of the first view that will be stored in
6243 void fillActiveViews(int childCount, int firstActivePosition) { argument
6247 mFirstActivePosition = firstActivePosition;

Completed in 411 milliseconds