Searched defs:cachedPhoto (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java143 public Drawable cachedPhoto; field in class:CallerInfo
146 * #cachedPhoto} and thus more suitable for icons (like notification icons).
148 * <p>In usual cases this is just down-scaled image of {@link #cachedPhoto}. If the down-scaling
155 * Boolean which indicates if {@link #cachedPhoto} and {@link #cachedPhotoIcon} is fresh enough.
203 info.cachedPhoto = null;
558 .append("\ncachedPhoto: " + cachedPhoto)

Completed in 30 milliseconds