Searched refs:onCancelled (Results 1 - 15 of 15) sorted by relevance

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DAsyncTask.java157 * After invoking this method, {@link #onCancelled(Object)}, instead of
395 * @see #onCancelled(Object)
418 * <p>The default implementation simply invokes {@link #onCancelled()} and
420 * <code>super.onCancelled(result)</code>.</p>
429 protected void onCancelled(Result result) { method in class:AsyncTask
430 onCancelled();
434 * <p>Applications should preferably override {@link #onCancelled(Object)}.
436 * {@link #onCancelled(Object)}.</p>
441 * @see #onCancelled(Object)
445 protected void onCancelled() { method in class:AsyncTask
[all...]
H A DImageWorker.java329 protected void onCancelled(BitmapDrawable value) { method in class:ImageWorker.BitmapWorkerTask
330 super.onCancelled(value);
/development/samples/ApiDemos/src/com/example/android/apis/security/
H A DKeyStoreUsage.java347 protected void onCancelled() { method in class:KeyStoreUsage.GenerateTask
408 protected void onCancelled() { method in class:KeyStoreUsage.SignTask
483 protected void onCancelled() { method in class:KeyStoreUsage.VerifyTask
522 protected void onCancelled() { method in class:KeyStoreUsage.DeleteTask
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageLoader.java263 protected void onCancelled(Bitmap bitmap) { method in class:ImageLoader.BitmapWorkerTask
264 super.onCancelled(bitmap);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticatorActivity.java319 protected void onCancelled() { method in class:AuthenticatorActivity.UserLoginTask
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 240 milliseconds