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

  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListAdapter.java 112 int headerViewsCount = listView.getHeaderViewsCount();
119 int position = listView.getPositionAt(topHeaderHeight) - headerViewsCount;
138 - headerViewsCount;
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 250 final int headerViewsCount = getHeaderViewsCount();
252 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
270 for (int i = 0, childFlPos = mFirstPosition - headerViewsCount; i < childCount;
    [all...]
AbsListView.java     [all...]

Completed in 57 milliseconds