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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 113 int headerViewsCount = listView.getHeaderViewsCount();
120 int position = listView.getPositionAt(topHeaderHeight) - headerViewsCount;
139 - 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...]
AbsListView.java     [all...]

Completed in 52 milliseconds