OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
ContactEntryListAdapter.java
479
return placement.
firstInSection
? type : getItemViewTypeCount() + type;
PhoneNumberListAdapter.java
395
view.setSectionHeader(placement.
firstInSection
? placement.sectionHeader : null);
Completed in 36 milliseconds