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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 43 public boolean firstInSection;
221 mPlacementCache.firstInSection = true;
224 mPlacementCache.firstInSection = false;
230 mPlacementCache.firstInSection = false;
PhoneNumberListAdapter.java 290 view.setSectionHeader(placement.firstInSection ? placement.sectionHeader : null);
ContactEntryListAdapter.java 452 return placement.firstInSection ? type : getItemViewTypeCount() + type;

Completed in 31 milliseconds