OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageLoadAsyncTask
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/
StorageClientFragment.java
229
AsyncTask<Uri, Void, Bitmap>
imageLoadAsyncTask
= new AsyncTask<Uri, Void, Bitmap>() {
241
imageLoadAsyncTask
.execute(mUri);
/developers/samples/android/content/documentsUi/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/
StorageClientFragment.java
229
AsyncTask<Uri, Void, Bitmap>
imageLoadAsyncTask
= new AsyncTask<Uri, Void, Bitmap>() {
241
imageLoadAsyncTask
.execute(mUri);
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
StorageClientFragment.java
229
AsyncTask<Uri, Void, Bitmap>
imageLoadAsyncTask
= new AsyncTask<Uri, Void, Bitmap>() {
241
imageLoadAsyncTask
.execute(mUri);
Completed in 87 milliseconds