Home | History | Annotate | Download | only in widget

Lines Matching defs:fPrev

613             float fPrev = (float) prevSection / nSections;
615 if (prevSection == exactSection && position - fPrev < fThreshold) {
618 index = prevIndex + (int) ((nextIndex - prevIndex) * (position - fPrev)
619 / (fNext - fPrev));