Searched refs:headerViewsCount (Results 1 – 2 of 2) sorted by relevance
378 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local380 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()398 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
5239 final int headerViewsCount = getHeaderViewsCount();5257 if (position >= headerViewsCount && position < footerViewsStart) {5278 if (position >= headerViewsCount && position < footerViewsStart) {