Home | History | Annotate | Download | only in common

Lines Matching defs:fresh

596         volatile boolean fresh;
603 this.fresh = true;
618 * {@code true} if ALL entries in {@link #mBitmapHolderCache} are NOT fresh.
674 /** For debug: How many times we had to reload cached photo for a fresh entry. Should be 0. */
754 + ", overwrite: fresh=" + mFreshCacheOverwrite.get()
878 if (DEBUG) Log.d(TAG, "refreshCache -- no fresh entries.");
884 holder.fresh = false;
903 return holder.fresh;
951 return holder.fresh;
1148 Log.d(TAG, "Overwriting cache: key=" + key + (prev.fresh ? " FRESH" : " stale"));
1149 if (prev.fresh) {
1209 if (holder != null && holder.bytes != null && holder.fresh &&
1215 if (holder == null || !holder.fresh) {