Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java369 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local
371 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()
389 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
DAbsListView.java5119 final int headerViewsCount = getHeaderViewsCount();
5137 if (position >= headerViewsCount && position < footerViewsStart) {
5158 if (position >= headerViewsCount && position < footerViewsStart) {