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

  /frameworks/base/core/java/android/widget/
FastScroller.java 546 int nextSection = section + 1;
575 int nextNextSection = nextSection + 1;
579 nextSection++;
585 float fNext = (float) nextSection / nSections;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 623 final int nextSection = c.getInt(CallLogQuery.SECTION);
625 return section != nextSection;
    [all...]

Completed in 169 milliseconds