Searched defs:onReset (Results 1 - 24 of 24) 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.cpp387 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/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.cpp239 err = onReset();
400 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.cpp346 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
347 SoftVideoDecoderOMXComponent::onReset();
/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.cpp493 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/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp451 void SoftVideoDecoderOMXComponent::onReset() { function in class:android::SoftVideoDecoderOMXComponent
/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
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp1026 void SoftAAC2::onReset() { function in class:android::SoftAAC2
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp463 void SoftHEVC::onReset() { function in class:android::SoftHEVC
464 ALOGD("onReset called");
465 SoftVideoDecoderOMXComponent::onReset();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java253 protected void onReset() { method in class:FusedPrintersProvider
255 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java834 public void onReset(ExpandableView view) { method in class:StackScrollAlgorithm
H A DNotificationStackScrollLayout.java2071 public void onReset(ExpandableView view) { method in class:NotificationStackScrollLayout
2075 mStackScrollAlgorithm.onReset(view);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1645 public void onReset(ExpandableView view) { method in class:NotificationPanelView

Completed in 441 milliseconds