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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java78 protected void onReset() { method in class:RootsLoader
79 super.onReset();
H A DUriDerivativeLoader.java113 protected void onReset() { method in class:UriDerivativeLoader
114 super.onReset();
H A DDirectoryLoader.java243 protected void onReset() { method in class:DirectoryLoader
244 super.onReset();
H A DRecentLoader.java301 protected void onReset() { method in class:RecentLoader
302 super.onReset();
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java150 protected void onReset() { method in class:PhotoBitmapLoader
151 super.onReset();
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp361 void SoftMP3::onReset() { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp315 void SoftAVC::onReset() { function in class:android::SoftAVC
316 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp260 void SoftVideoDecoderOMXComponent::onReset() { function in class:android::SoftVideoDecoderOMXComponent
/frameworks/base/core/java/android/content/
H A DCursorLoader.java179 protected void onReset() { method in class:CursorLoader
180 super.onReset();
H A DLoader.java39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
409 * an optional intermediate state prior to {@link #onReset()} -- it means that
413 * {@link #onReset()} happens. You can retrieve the current abandoned
433 * values, and then calls the implementation's {@link #onReset()}.
438 onReset();
452 protected void onReset() { method in class:Loader
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java142 protected void onReset() { method in class:CursorLoader
143 super.onReset();
H A DLoader.java268 * an optional intermediate state prior to {@link #onReset()} -- it means that
272 * {@link #onReset()} happens. You can retrieve the current abandoned
286 * values, and then calls the implementation's {@link #onReset()}.
291 onReset();
305 protected void onReset() { method in class:Loader
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp238 err = onReset();
398 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp460 void SoftAMR::onReset() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp336 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
337 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp413 void SoftVorbis::onReset() { function in class:android::SoftVorbis
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp599 void SoftAAC2::onReset() { function in class:android::SoftAAC2
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DFusedPrintersProvider.java254 protected void onReset() { method in class:FusedPrintersProvider
256 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());

Completed in 397 milliseconds