Lines Matching defs:cacheTracker
204 * to threshold and set the cacheTracker to one that is non-current.
205 * numtries will then count down to 0 at which point the cacheTracker
220 * track its state (isValid and !surfaceLost) in cacheTracker.
223 * we replace the cacheTracker with a NEVER_CURRENT tracker which
228 private StateTracker cacheTracker;
257 this.cacheTracker = StateTracker.NEVER_CURRENT;
304 this.cacheTracker = StateTracker.NEVER_CURRENT;
318 cacheTracker.isCurrent());
350 // We could potentially get away with just resetting cacheTracker
354 // though we set a non-current cacheTracker here it will then
381 * of the cached copy if it is not. (Setting cacheTracker to
384 * valid and up to date. Note that the cacheTracker may be
387 * cacheTracker was set to NEVER_CURRENT to force an update.
404 this.cacheTracker = StateTracker.NEVER_CURRENT;
427 if (!cacheTracker.isCurrent()) {
448 this.cacheTracker = getRetryTracker(srcData);
467 this.cacheTracker = csd.getStateTracker();