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

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp     [all...]
  /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 34 milliseconds