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

  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 284 return getItemViewTypeCount() + 1;
292 public int getItemViewTypeCount() {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 447 return getItemViewTypeCount() * 2 + 1;
457 return placement.firstInSection ? type : getItemViewTypeCount() + type;

Completed in 248 milliseconds