Searched refs:onReset (Results 1 - 25 of 47) sorted by last modified time

12

/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/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java150 protected void onReset() { method in class:PhotoBitmapLoader
151 super.onReset();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java386 protected void onReset() { method in class:FusedPrintersProvider
388 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java123 protected void onReset() { method in class:ChartDataLoader
124 super.onReset();
H A DSummaryForAllUidLoader.java75 protected void onReset() { method in class:SummaryForAllUidLoader
76 super.onReset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java283 mOnHeightChangedListener.onReset(this);
458 void onReset(ExpandableView view); method in interface:ExpandableView.OnHeightChangedListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1733 public void onReset(ExpandableView view) { method in class:NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3048 public void onReset(ExpandableView view) { method in class:NotificationStackScrollLayout
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryLoader.java203 protected void onReset() { method in class:DirectoryLoader
204 super.onReset();
H A DRecentsLoader.java236 protected void onReset() { method in class:RecentsLoader
237 super.onReset();
H A DRootsLoader.java77 protected void onReset() { method in class:RootsLoader
78 super.onReset();
H A DUriDerivativeLoader.java113 protected void onReset() { method in class:UriDerivativeLoader
114 super.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/base/core/java/android/print/
H A DPrintServiceRecommendationsLoader.java99 protected void onReset() { method in class:PrintServiceRecommendationsLoader
H A DPrintServicesLoader.java105 protected void onReset() { method in class:PrintServicesLoader
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp1077 void SoftAAC2::onReset() { function in class:android::SoftAAC2
H A DSoftAAC2.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp529 void SoftAMR::onReset() { function in class:android::SoftAMR
H A DSoftAMR.h43 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp376 void SoftAVC::onReset() { function in class:android::SoftAVC
377 SoftVideoDecoderOMXComponent::onReset();
H A DSoftAVCDec.h61 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp293 void SoftGSM::onReset() { function in class:android::SoftGSM
H A DSoftGSM.h47 virtual void onReset();

Completed in 477 milliseconds

12