Home
last modified time | relevance | path

Searched refs:MESSAGE_CLOSE (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java58 private static final int MESSAGE_CLOSE = 3; field in ImageWorker
486 case MESSAGE_CLOSE: in doInBackground()
528 new CacheAsyncTask().execute(MESSAGE_CLOSE); in closeCache()