Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPinnedHeaderListAdapter.java113 int headerViewsCount = listView.getHeaderViewsCount(); in configurePinnedHeaders() local
120 int position = listView.getPositionAt(topHeaderHeight) - headerViewsCount; in configurePinnedHeaders()
139 - headerViewsCount; in configurePinnedHeaders()
/aosp12/frameworks/base/core/java/android/widget/
H A 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()
H A DAbsListView.java5288 final int headerViewsCount = getHeaderViewsCount();
5306 if (position >= headerViewsCount && position < footerViewsStart) {
5327 if (position >= headerViewsCount && position < footerViewsStart) {