Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java378 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local
380 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()
398 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
DAbsListView.java5239 final int headerViewsCount = getHeaderViewsCount();
5257 if (position >= headerViewsCount && position < footerViewsStart) {
5278 if (position >= headerViewsCount && position < footerViewsStart) {