Searched refs:cancelPotentialWork (Results 1 - 2 of 2) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageLoader.java87 } else if (cancelPotentialWork(data, imageView)) {
154 public static boolean cancelPotentialWork(Object data, ImageView imageView) { method in class:ImageLoader
162 Log.d(TAG, "cancelPotentialWork - cancelled work for " + data);
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
H A DImageWorker.java89 } else if (cancelPotentialWork(data, imageView)) {
199 public static boolean cancelPotentialWork(Object data, ImageView imageView) { method in class:ImageWorker
208 Log.d(TAG, "cancelPotentialWork - cancelled work for " + data);

Completed in 406 milliseconds