HomeSort by relevance Sort by last modified time
    Searched defs:cachedPhoto (Results 1 - 3 of 3) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 124 public Drawable cachedPhoto;
127 * resolution than {@link #cachedPhoto} and thus more suitable for
130 * In usual cases this is just down-scaled image of {@link #cachedPhoto}.
138 * Boolean which indicates if {@link #cachedPhoto} and
167 info.cachedPhoto = null;
542 .append("\ncachedPhoto: " + cachedPhoto)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 129 public Drawable cachedPhoto;
132 * resolution than {@link #cachedPhoto} and thus more suitable for
135 * In usual cases this is just down-scaled image of {@link #cachedPhoto}.
143 * Boolean which indicates if {@link #cachedPhoto} and
172 info.cachedPhoto = null;
640 .append("\ncachedPhoto: " + cachedPhoto)
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 212 Bitmap cachedPhoto = mPhotoCache.get(result.mContactPhotoUri);
213 if (cachedPhoto != null) {
215 imageView.setImageBitmap(cachedPhoto);

Completed in 75 milliseconds