HomeSort by relevance Sort by last modified time
    Searched defs:ImageFetcher (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 43 public class ImageFetcher extends ImageResizer {
44 private static final String TAG = "ImageFetcher";
62 public ImageFetcher(Context context, int imageWidth, int imageHeight) {
73 public ImageFetcher(Context context, int imageSize) {
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 43 public class ImageFetcher extends ImageResizer {
44 private static final String TAG = "ImageFetcher";
62 public ImageFetcher(Context context, int imageWidth, int imageHeight) {
73 public ImageFetcher(Context context, int imageSize) {
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageFetcher.java 43 public class ImageFetcher extends ImageResizer {
44 private static final String TAG = "ImageFetcher";
62 public ImageFetcher(Context context, int imageWidth, int imageHeight) {
73 public ImageFetcher(Context context, int imageSize) {

Completed in 233 milliseconds