Searched refs:onReset (Results 1 - 25 of 36) sorted by relevance

12

/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/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h43 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h42 virtual void onReset();
H A DSoftMPEG4.cpp346 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
347 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h40 virtual void onReset();
H A DSoftAVC.cpp310 void SoftAVC::onReset() { function in class:android::SoftAVC
311 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h46 virtual void 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/aacdec/
H A DSoftAAC2.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h60 virtual void onReset();
/frameworks/base/core/java/android/content/
H A DCursorLoader.java178 protected void onReset() { method in class:CursorLoader
179 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.h99 status_t onReset();
H A DSimplePlayer.cpp239 err = onReset();
400 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h64 virtual void onReset();
H A DSoftHEVC.cpp463 void SoftHEVC::onReset() { function in class:android::SoftHEVC
464 ALOGD("onReset called");
465 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h47 virtual void onReset();
H A DSimpleSoftOMXComponent.h79 virtual void onReset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java279 mOnHeightChangedListener.onReset(this);
317 void onReset(ExpandableView view); method in interface:ExpandableView.OnHeightChangedListener

Completed in 202 milliseconds

12