OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mseparators
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java
37
protected boolean
mSeparators
;
84
mSeparators
= separators;
94
mSeparators
= separators;
130
return countEntries(mSections,
mSeparators
);
138
return
mSeparators
== false;
146
if (!
mSeparators
) {
171
return getEntry(mSections, position,
mSeparators
);
225
Entry entry = getEntry(mSections, position,
mSeparators
);
243
bindView(v, getEntry(mSections, position,
mSeparators
));
Completed in 55 milliseconds