Searched refs:firstInSection (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DIndexerListAdapter.java43 public boolean firstInSection; field in class:IndexerListAdapter.Placement
211 mPlacementCache.firstInSection = true;
214 mPlacementCache.firstInSection = false;
220 mPlacementCache.firstInSection = false;
H A DContactEntryListAdapter.java531 return placement.firstInSection ? type : getItemViewTypeCount() + type;
H A DPhoneNumberListAdapter.java414 view.setSectionHeader(placement.firstInSection ? placement.sectionHeader : null);

Completed in 114 milliseconds