Home | History | Annotate | Download | only in incallui

Lines Matching full:photoicon

555   public void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
563 loadImage(photo, photoIcon, cookie);
566 private void loadImage(Drawable photo, Bitmap photoIcon, Object cookie) {
587 } else if (photoIcon != null) {
588 Log.v(TAG, "photo icon: ", photoIcon);
589 entry.photo = new BitmapDrawable(context.getResources(), photoIcon);
604 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {