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

Completed in 839 milliseconds