Home | History | Annotate | Download | only in contacts

Lines Matching refs:photoId

129     public abstract void loadPhoto(ImageView view, long photoId, boolean hires, boolean darkTheme,
136 public final void loadPhoto(ImageView view, long photoId, boolean hires, boolean darkTheme) {
137 loadPhoto(view, photoId, hires, darkTheme, DEFAULT_AVATER);
403 public void loadPhoto(ImageView view, long photoId, boolean hires, boolean darkTheme,
405 if (photoId == 0) {
410 if (DEBUG) Log.d(TAG, "loadPhoto request: " + photoId);
411 loadPhotoByIdOrUri(view, Request.createFromId(photoId, hires, darkTheme,
819 Long photoId = mPreloadPhotoIds.get(preloadSize);
820 mPhotoIds.add(photoId);
821 mPhotoIdsAsStrings.add(photoId.toString());