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

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java 58 private static final int MESSAGE_CLOSE = 3;
486 case MESSAGE_CLOSE:
528 new CacheAsyncTask().execute(MESSAGE_CLOSE);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java 58 private static final int MESSAGE_CLOSE = 3;
486 case MESSAGE_CLOSE:
528 new CacheAsyncTask().execute(MESSAGE_CLOSE);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageWorker.java 58 private static final int MESSAGE_CLOSE = 3;
486 case MESSAGE_CLOSE:
528 new CacheAsyncTask().execute(MESSAGE_CLOSE);

Completed in 157 milliseconds