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

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

Completed in 505 milliseconds