Home | History | Annotate | Download | only in calendar

Lines Matching refs:ImageView

31 import android.widget.ImageView;
54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,
68 public ImageView view;
134 * Note, when the query is started, we make the ImageView INVISIBLE if the
139 ImageView imageView, Uri contact, int placeholderImageResource) {
145 imageView.setVisibility(View.VISIBLE);
146 imageView.setImageResource(placeholderImageResource);
156 args.view = imageView;
174 imageView.setVisibility(View.VISIBLE);
175 imageView.setImageResource(placeholderImageResource);
177 imageView.setVisibility(View.INVISIBLE);
186 * Note, when the query is started, we make the ImageView INVISIBLE if the