HomeSort by relevance Sort by last modified time
    Searched defs:imageView (Results 26 - 33 of 33) sorted by null

12

  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 39 import android.widget.ImageView;
199 final ImageView imageView = (ImageView) view.findViewById(R.id.icon);
200 if (imageView != null) {
202 imageView.setVisibility(View.INVISIBLE);
204 imageView.setVisibility(View.VISIBLE);
205 imageView.setImageResource(result.mDefaultIcon);
210 imageView.setTag(result.mContactPhotoUri);
215 imageView.setImageBitmap(cachedPhoto)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 38 import android.widget.ImageView;
184 public static void configureStarredImageView(ImageView starredView, boolean isDirectoryEntry,
224 ImageView statusPhotoView) {
336 final ImageView imageView = (ImageView) frame.findViewById(R.id.image);
350 contactPhotoManager.loadPhoto(imageView, Uri.parse(streamItemPhoto.getPhotoUri()), -1,
  /frameworks/base/core/java/android/preference/
Preference.java 36 import android.widget.ImageView;
531 ImageView imageView = (ImageView) view.findViewById(com.android.internal.R.id.icon);
532 if (imageView != null) {
538 imageView.setImageDrawable(mIcon);
541 imageView.setVisibility(mIcon != null ? View.VISIBLE : View.GONE);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 46 import android.widget.ImageView;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 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)
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 727 * we assume the target is an {@link ImageView} and try applying the operations
728 * to {@link ImageView#getDrawable()}.
781 } else if (target instanceof ImageView) {
782 ImageView imageView = (ImageView) target;
783 targetDrawable = imageView.getDrawable();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 74 import android.widget.ImageView;
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 582 milliseconds

12