Searched refs:fPrev (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DAutoDecodeCancel.cpp18 fPrev = NULL;
21 gAutoDecoderCancel->fPrev = this;
35 AutoDecoderCancel* prev = fPrev;
46 SkASSERT(next->fPrev == this);
47 next->fPrev = prev;
83 SkASSERT(curr->fPrev == NULL);
89 if (curr->fPrev) {
90 SkASSERT(curr->fPrev->fNext == curr);
93 SkASSERT(curr->fNext->fPrev == curr);
H A DAutoDecodeCancel.h16 AutoDecoderCancel* fPrev; member in class:AutoDecoderCancel
/frameworks/base/core/java/android/widget/
H A DFastScroller.java583 float fPrev = (float) prevSection / nSections;
585 if (prevSection == exactSection && position - fPrev < fThreshold) {
588 index = prevIndex + (int) ((nextIndex - prevIndex) * (position - fPrev)
589 / (fNext - fPrev));

Completed in 54 milliseconds