Searched defs:imageView (Results 1 – 9 of 9) sorted by relevance
| /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/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
| D | ImageWorker.java | 74 public void loadImage(Object data, ImageView imageView) { in loadImage() 171 public static void cancelWork(ImageView imageView) { in cancelWork() 188 public static boolean cancelPotentialWork(Object data, ImageView imageView) { in cancelPotentialWork() 211 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask() 229 public BitmapWorkerTask(ImageView imageView) { in BitmapWorkerTask() 310 final ImageView imageView = getAttachedImageView(); in onPostExecute() local 332 final ImageView imageView = imageViewReference.get(); in getAttachedImageView() local 370 private void setImageDrawable(ImageView imageView, Drawable drawable) { in setImageDrawable()
|
| /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/MultiResolution/src/com/example/android/multires/ |
| D | MultiRes.java | 67 ImageView imageView = (ImageView) findViewById(R.id.image_view); in showPhoto() local
|
| /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/ApiDemos/src/com/example/android/apis/view/ |
| D | Grid2.java | 64 ImageView imageView; in getView() local
|
| D | Gallery1.java | 118 ImageView imageView; in getView() local
|
| /development/samples/training/threadsample/src/com/example/android/threadsample/ |
| D | PhotoManager.java | 384 PhotoView imageView, in startDownload()
|
| /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/ |
| D | ImageGridFragment.java | 271 ImageView imageView; in getView() local
|