Home
last modified time | relevance | path

Searched refs:lastInSection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java44 public boolean lastInSection; field in IndexerListAdapter.Placement
238 mPlacementCache.lastInSection = (getPositionForSection(section + 1) - 1 == position); in getItemPlacementInSection()
241 mPlacementCache.lastInSection = false; in getItemPlacementInSection()