Home | History | Annotate | Download | only in phone

Lines Matching defs:imageView

40 import android.widget.ImageView;
74 public final ImageView imageView;
77 public AsyncLoadCookie(ImageView imageView, CallerInfo callerInfo, Call call) {
78 this.imageView = imageView;
122 private ImageView mPhoto;
140 private ImageView mSecondaryCallPhoto;
231 mPhoto = (ImageView) findViewById(R.id.photo);
632 // In some states we override the "photo" ImageView to be an
723 ImageView imageView = asyncLoadCookie.imageView;
733 showImage(imageView, photo);
735 showImage(imageView, photoIcon);
737 showImage(imageView, R.drawable.picture_unknown);
1079 ImageView) findViewById(R.id.secondaryCallPhoto);
1605 private static final boolean showCachedImage(ImageView view, CallerInfo ci) {
1617 /** Helper function to display the resource in the imageview AND ensure its visibility.*/
1618 private static final void showImage(ImageView view, int resource) {
1622 private static final void showImage(ImageView view, Bitmap bitmap) {
1626 /** Helper function to display the drawable in the imageview AND ensure its visibility.*/
1627 private static final void showImage(ImageView view, Drawable drawable) {