HomeSort by relevance Sort by last modified time
    Searched refs:headerViewsCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
ExpandableListView.java 247 final int headerViewsCount = getHeaderViewsCount();
249 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
267 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount;
    [all...]
AbsListView.java     [all...]

Completed in 601 milliseconds