Searched defs:onReset (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java137 protected void onReset() { method in class:PhotoBitmapLoader
138 super.onReset();
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java137 protected void onReset() { method in class:PhotoBitmapLoader
138 super.onReset();
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp238 err = onReset();
396 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/base/core/java/android/content/
H A DCursorLoader.java182 protected void onReset() { method in class:CursorLoader
183 super.onReset();
H A DLoader.java39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
408 * an optional intermediate state prior to {@link #onReset()} -- it means that
412 * {@link #onReset()} happens. You can retrieve the current abandoned
432 * values, and then calls the implementation's {@link #onReset()}.
437 onReset();
450 protected void onReset() { method in class:Loader
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java150 protected void onReset() { method in class:CursorLoader
151 super.onReset();
H A DLoader.java267 * an optional intermediate state prior to {@link #onReset()} -- it means that
271 * {@link #onReset()} happens. You can retrieve the current abandoned
285 * values, and then calls the implementation's {@link #onReset()}.
290 onReset();
303 protected void onReset() { method in class:Loader

Completed in 137 milliseconds