Searched refs:headerViewsCount (Results 1 – 2 of 2) sorted by relevance
380 final int headerViewsCount = getHeaderViewsCount(); in dispatchDraw() local382 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1; in dispatchDraw()400 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount; in dispatchDraw()
5531 final int headerViewsCount = getHeaderViewsCount();5549 if (position >= headerViewsCount && position < footerViewsStart) {5570 if (position >= headerViewsCount && position < footerViewsStart) {