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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 135 public Drawable cachedPhoto;
138 * resolution than {@link #cachedPhoto} and thus more suitable for
141 * In usual cases this is just down-scaled image of {@link #cachedPhoto}.
149 * Boolean which indicates if {@link #cachedPhoto} and
179 info.cachedPhoto = null;
668 .append("\ncachedPhoto: " + cachedPhoto)
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 143 public Drawable cachedPhoto;
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.
201 info.cachedPhoto = null;
566 .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);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 537 milliseconds