Searched refs:headerViewsCount (Results 1 – 2 of 2) sorted by relevance
379 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local381 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()399 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
5485 final int headerViewsCount = getHeaderViewsCount();5503 if (position >= headerViewsCount && position < footerViewsStart) {5524 if (position >= headerViewsCount && position < footerViewsStart) {