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

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 545 int prevSection = section;
559 prevSection = section;
584 float fPrev = (float) prevSection / nSections;
586 if (prevSection == exactSection && position - fPrev < fThreshold) {

Completed in 1804 milliseconds