HomeSort by relevance Sort by last modified time
    Searched defs:headerViewsCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListAdapter.java 113 int headerViewsCount = listView.getHeaderViewsCount();
120 int position = listView.getPositionAt(topHeaderHeight) - headerViewsCount;
139 - headerViewsCount;
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 104 int headerViewsCount = listView.getHeaderViewsCount();
111 int position = listView.getPositionAt(topHeaderHeight) - headerViewsCount;
129 int position = listView.getPositionAt(listHeight - bottomHeaderHeight) - headerViewsCount;
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 369 final int headerViewsCount = getHeaderViewsCount();
371 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
389 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount;
    [all...]

Completed in 537 milliseconds