Searched defs:onReset (Results 1 - 25 of 28) 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.java250 protected void onReset() { method in class:DirectoryLoader
251 super.onReset();
H A DRecentLoader.java309 protected void onReset() { method in class:RecentLoader
310 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/gsm/dec/
H A DSoftGSM.cpp273 void SoftGSM::onReset() { function in class:android::SoftGSM
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp391 void SoftMP3::onReset() { function in class:android::SoftMP3
/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/av/cmds/stagefright/
H A DSimplePlayer.cpp236 err = onReset();
397 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp468 void SoftAMR::onReset() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp353 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
354 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp269 void SoftVPX::onReset() { function in class:android::SoftVPX
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp310 void SoftAVC::onReset() { function in class:android::SoftAVC
311 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp507 void SoftOpus::onReset() { function in class:android::SoftOpus
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp425 void SoftVorbis::onReset() { function in class:android::SoftVorbis
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java174 protected void onReset() { method in class:CursorLoader
175 super.onReset();
H A DLoader.java391 * an optional intermediate state prior to {@link #onReset()} -- it means that
395 * {@link #onReset()} happens. You can retrieve the current abandoned
415 * values, and then calls the implementation's {@link #onReset()}.
420 onReset();
434 protected void onReset() { method in class:Loader
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp451 void SoftVideoDecoderOMXComponent::onReset() { function in class:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp1026 void SoftAAC2::onReset() { function in class:android::SoftAAC2
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp376 void SoftAVC::onReset() { function in class:android::SoftAVC
377 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp337 void SoftHEVC::onReset() { function in class:android::SoftHEVC
338 ALOGV("onReset called");
339 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp450 void SoftMPEG2::onReset() { function in class:android::SoftMPEG2
451 SoftVideoDecoderOMXComponent::onReset();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java254 protected void onReset() { method in class:FusedPrintersProvider
256 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java332 mOnHeightChangedListener.onReset(this);
433 void onReset(ExpandableView view); method in interface:ExpandableView.OnHeightChangedListener

Completed in 572 milliseconds

12