HomeSort by relevance Sort by last modified time
    Searched refs:cancelPotentialWork (Results 1 - 2 of 2) sorted by null

  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 87 } else if (cancelPotentialWork(data, imageView)) {
154 public static boolean cancelPotentialWork(Object data, ImageView imageView) {
162 Log.d(TAG, "cancelPotentialWork - cancelled work for " + data);
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageWorker.java 89 } else if (cancelPotentialWork(data, imageView)) {
197 public static boolean cancelPotentialWork(Object data, ImageView imageView) {
205 Log.d(TAG, "cancelPotentialWork - cancelled work for " + data);

Completed in 2136 milliseconds