HomeSort by relevance Sort by last modified time
    Searched defs:headerViewsCount (Results 1 - 2 of 2) 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...]

Completed in 169 milliseconds