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

  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 43 public boolean firstInSection;
231 mPlacementCache.firstInSection = true;
234 mPlacementCache.firstInSection = false;
240 mPlacementCache.firstInSection = false;
ContactEntryListAdapter.java 540 return placement.firstInSection ? type : getItemViewTypeCount() + type;
PhoneNumberListAdapter.java 506 view.setSectionHeader(placement.firstInSection ? placement.sectionHeader : null);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 182 mPlacementCache.firstInSection = true;
185 mPlacementCache.firstInSection = false;
191 mPlacementCache.firstInSection = false;
205 public boolean firstInSection;
ContactEntryListAdapter.java 521 return placement.firstInSection ? type : getItemViewTypeCount() + type;
PhoneNumberListAdapter.java 430 view.setSectionHeader(placement.firstInSection ? placement.sectionHeader : null);

Completed in 654 milliseconds