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 545 int nextSection = section + 1;
574 int nextNextSection = nextSection + 1;
578 nextSection++;
584 float fNext = (float) nextSection / nSections;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 622 final int nextSection = c.getInt(CallLogQuery.SECTION);
624 return section != nextSection;
    [all...]

Completed in 54 milliseconds