Home
last modified time | relevance | path

Searched defs:imageView (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkMenuAdapter.java57 ImageView imageView = ((ImageView) convertView.findViewById(R.id.icon)); in getView() local
/packages/apps/Settings/src/com/android/settings/
DIconPreferenceScreen.java50 ImageView imageView = (ImageView) view.findViewById(R.id.icon); in onBindView() local
/packages/apps/VideoEditor/src/com/android/videoeditor/
DProjectPickerAdapter.java195 private Bitmap getThumbnail(String projectPath, ImageView imageView, String title, in getThumbnail()
253 ImageView imageView, int width, int height, String title, String duration, in LoadPreviewBitmapTask()
DBaseAdapterWithImages.java156 final ImageView imageView = (ImageView)rowView.findViewById(R.id.item_preview); in onDestroy() local
/packages/apps/Phone/src/com/android/phone/
DAnimationUtils.java210 final ImageView imageView, final Drawable from, final Drawable to) { in startCrossFade()
DCallCard.java73 public final ImageView imageView; field in CallCard.AsyncLoadCookie
76 public AsyncLoadCookie(ImageView imageView, CallerInfo callerInfo, Call call) { in AsyncLoadCookie()
717 ImageView imageView = asyncLoadCookie.imageView; in onImageLoadComplete() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DResultActivity.java170 ImageView imageView = new ImageView(this); in addRowWithBitmap() local
/packages/apps/Calendar/src/com/android/calendar/
DContactsAsyncHelper.java139 ImageView imageView, Uri contact, int placeholderImageResource) { in updateImageViewWithContactPhotoAsync()
DDayView.java3643 ImageView imageView = (ImageView) mPopupView.findViewById(R.id.reminder_icon); in updateEventDetails() local
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailDisplayUtils.java341 final ImageView imageView = (ImageView) frame.findViewById(R.id.image); in loadPhoto() local