Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java96 public void download(String url, ImageView imageView) { in download()
108 public void download(String url, ImageView imageView, String cookie) { in download()
132 private void forceDownload(String url, ImageView imageView, String cookie) { in forceDownload()
167 private static boolean cancelPotentialDownload(String url, ImageView imageView) { in cancelPotentialDownload()
187 private static BitmapDownloaderTask getBitmapDownloaderTask(ImageView imageView) { in getBitmapDownloaderTask()
239 public BitmapDownloaderTask(ImageView imageView) { in BitmapDownloaderTask()
328 ImageView imageView = imageViewReference.get(); in onPostExecute() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DSetWallpaperActivity.java62 final ImageView imageView = (ImageView) findViewById(R.id.imageview); in onCreate() local
/development/samples/MultiResolution/src/com/example/android/multires/
DMultiRes.java67 ImageView imageView = (ImageView) findViewById(R.id.image_view); in showPhoto() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGrid2.java64 ImageView imageView; in getView() local
DGallery1.java118 ImageView imageView; in getView() local
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java74 final ImageView imageView = (ImageView) mContentView.findViewById(R.id.image); in onCreateView() local
238 boolean processDrop(DragEvent event, ImageView imageView) { in processDrop()