HomeSort by relevance Sort by last modified time
    Searched full:sectionsize (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java 113 int sectionSize = section.size();
114 for (int j = 0; j < sectionSize; j++) {
121 position += sectionSize;
153 int sectionSize = section.size();
154 if (sectionSize == 1) {
162 position -= sectionSize;
186 int sectionSize = section.size();
187 if (separators && sectionSize == 1) {
211 int sectionSize = section.size();
212 if (separators && sectionSize == 1)
    [all...]

Completed in 708 milliseconds