OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_FLUSH
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java
57
private static final int
MESSAGE_FLUSH
= 2;
483
case
MESSAGE_FLUSH
:
524
new CacheAsyncTask().execute(
MESSAGE_FLUSH
);
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java
57
private static final int
MESSAGE_FLUSH
= 2;
483
case
MESSAGE_FLUSH
:
524
new CacheAsyncTask().execute(
MESSAGE_FLUSH
);
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageWorker.java
57
private static final int
MESSAGE_FLUSH
= 2;
483
case
MESSAGE_FLUSH
:
524
new CacheAsyncTask().execute(
MESSAGE_FLUSH
);
Completed in 1884 milliseconds