Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListView.java379 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local
381 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()
399 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
H A DAbsListView.java5485 final int headerViewsCount = getHeaderViewsCount();
5503 if (position >= headerViewsCount && position < footerViewsStart) {
5524 if (position >= headerViewsCount && position < footerViewsStart) {