/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 97 public void download(String url, ImageView imageView) { in download() 109 public void download(String url, ImageView imageView, String cookie) { in download() 133 private void forceDownload(String url, ImageView imageView, String cookie) { in forceDownload() 168 private static boolean cancelPotentialDownload(String url, ImageView imageView) { in cancelPotentialDownload() 188 private static BitmapDownloaderTask getBitmapDownloaderTask(ImageView imageView) { in getBitmapDownloaderTask() 240 public BitmapDownloaderTask(ImageView imageView) { in BitmapDownloaderTask() 329 ImageView imageView = imageViewReference.get(); in onPostExecute() local
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | ImageWorker.java | 76 public void loadImage(Object data, ImageView imageView, OnImageLoadedListener listener) { in loadImage() 119 public void loadImage(Object data, ImageView imageView) { in loadImage() 201 public static void cancelWork(ImageView imageView) { in cancelWork() 218 public static boolean cancelPotentialWork(Object data, ImageView imageView) { in cancelPotentialWork() 243 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() 262 public BitmapWorkerTask(Object data, ImageView imageView) { in BitmapWorkerTask() 268 public BitmapWorkerTask(Object data, ImageView imageView, OnImageLoadedListener listener) { in BitmapWorkerTask() 354 final ImageView imageView = getAttachedImageView(); in onPostExecute() local 381 final ImageView imageView = imageViewReference.get(); in getAttachedImageView() local 432 private void setImageDrawable(ImageView imageView, Drawable drawable) { in setImageDrawable()
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
D | ImageLoader.java | 72 public void loadImage(Object data, ImageView imageView) { in loadImage() 137 public static void cancelWork(ImageView imageView) { in cancelWork() 154 public static boolean cancelPotentialWork(Object data, ImageView imageView) { in cancelPotentialWork() 177 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() 195 public BitmapWorkerTask(ImageView imageView) { in BitmapWorkerTask() 253 final ImageView imageView = getAttachedImageView(); in onPostExecute() local 275 final ImageView imageView = imageViewReference.get(); in getAttachedImageView() local 312 private void setImageBitmap(ImageView imageView, Bitmap bitmap) { in setImageBitmap()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | SetWallpaperActivity.java | 62 final ImageView imageView = (ImageView) findViewById(R.id.imageview); in onCreate() local
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
D | DragSourceFragment.java | 95 ImageView imageView = (ImageView) view.findViewById(R.id.image_one); in onCreateView() local 134 private void setUpDraggableImage(ImageView imageView, final Uri imageUri) { in setUpDraggableImage()
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | AnimatedNotificationDisplayActivity.java | 113 public ImageZoomView(Context context, ImageView imageView, int zoomLength) { in ImageZoomView() 121 ImageView imageView = (ImageView) getChildAt(0); in onLayout() local
|
/development/samples/MultiResolution/src/com/example/android/multires/ |
D | MultiRes.java | 67 ImageView imageView = (ImageView) findViewById(R.id.image_view); in showPhoto() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Grid2.java | 64 ImageView imageView; in getView() local
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
D | ActivityAnimations.java | 76 ImageView imageView = new ImageView(this); in onCreate() local
|
/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/ |
D | DirectoryEntryAdapter.java | 65 public ImageView imageView; field in DirectoryEntryAdapter.ViewHolder
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | ContentFragment.java | 74 final ImageView imageView = (ImageView) mContentView.findViewById(R.id.image); in onCreateView() local 238 boolean processDrop(DragEvent event, ImageView imageView) { in processDrop()
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
D | DetailFragment.java | 84 ImageView imageView = (ImageView) view.findViewById(R.id.imageView); in onCreateView() local
|
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/ |
D | DropTargetFragment.java | 71 final ImageView imageView = (ImageView) rootView.findViewById(R.id.image_target); in onCreateView() local
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
D | StorageClientFragment.java | 178 final ImageView imageView = new ImageView(getActivity()); in onCreateDialog() local
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoManager.java | 384 PhotoView imageView, in startDownload()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
D | ImageGridFragment.java | 290 ImageView imageView; in getView() local
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | ComplicationSimpleConfigActivity.java | 187 ImageView imageView = itemHolder.iconImageView; in onBindViewHolder() local
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionsGridPagerAdapter.java | 110 ImageView imageView = (ImageView) view.findViewById(R.id.imageView); in instantiateItem() local
|