HomeSort by relevance Sort by last modified time
    Searched refs:sectionSize (Results 1 - 2 of 2) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 111 int sectionSize = section.size();
112 for (int j = 0; j < sectionSize; j++) {
119 position += sectionSize;
151 int sectionSize = section.size();
152 if (sectionSize == 1) {
160 position -= sectionSize;
184 int sectionSize = section.size();
185 if (separators && sectionSize == 1) {
209 int sectionSize = section.size();
210 if (separators && sectionSize == 1)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 225 int sectionSize = 0;
234 sectionSize = 0;
240 sectionSize = mIndexer.getHeaderItemsNumber(sectionPos);
250 mNextSectionPosition = sectionSize + sectionPos + 1;

Completed in 2017 milliseconds