OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapWorkerTask
(Results
1 - 4
of
4
) sorted by null
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java
88
final
BitmapWorkerTask
task = new
BitmapWorkerTask
(imageView);
138
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
139
if (
bitmapWorkerTask
!= null) {
140
bitmapWorkerTask
.cancel(true);
142
final Object bitmapData =
bitmapWorkerTask
.data;
155
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
157
if (
bitmapWorkerTask
!= null)
[
all
...]
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java
95
final
BitmapWorkerTask
task = new
BitmapWorkerTask
(data, imageView, listener);
202
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
203
if (
bitmapWorkerTask
!= null) {
204
bitmapWorkerTask
.cancel(true);
206
final Object bitmapData =
bitmapWorkerTask
.mData;
220
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
222
if (
bitmapWorkerTask
!= null)
[
all
...]
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageWorker.java
95
final
BitmapWorkerTask
task = new
BitmapWorkerTask
(data, imageView, listener);
202
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
203
if (
bitmapWorkerTask
!= null) {
204
bitmapWorkerTask
.cancel(true);
206
final Object bitmapData =
bitmapWorkerTask
.mData;
220
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
222
if (
bitmapWorkerTask
!= null)
[
all
...]
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageWorker.java
95
final
BitmapWorkerTask
task = new
BitmapWorkerTask
(data, imageView, listener);
202
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
203
if (
bitmapWorkerTask
!= null) {
204
bitmapWorkerTask
.cancel(true);
206
final Object bitmapData =
bitmapWorkerTask
.mData;
220
final
BitmapWorkerTask
bitmapWorkerTask
= getBitmapWorkerTask(imageView);
222
if (
bitmapWorkerTask
!= null)
[
all
...]
Completed in 98 milliseconds