Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 192) sorted by relevance

12345678

/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
DVisualization1.java44 public void onDestroy() { in onDestroy() method in Visualization1
45 super.onDestroy(); in onDestroy()
91 public void onDestroy() { in onDestroy() method in Visualization1.CubeEngine
92 super.onDestroy(); in onDestroy()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DStateManager.java172 mStack.pop().activityState.onDestroy(); in clearTasks()
216 state.onDestroy(); in finishState()
241 oldState.onDestroy(); in switchState()
261 mStack.pop().activityState.onDestroy(); in destroy()
DMovieActivity.java247 public void onDestroy() { in onDestroy() method in MovieActivity
248 mPlayer.onDestroy(); in onDestroy()
249 super.onDestroy(); in onDestroy()
/packages/apps/VideoEditor/src/com/android/videoeditor/
DOverlayTitleTemplatePicker.java57 public void onDestroy() { in onDestroy() method in OverlayTitleTemplatePicker
58 super.onDestroy(); in onDestroy()
61 mAdapter.onDestroy(); in onDestroy()
DTransitionsActivity.java108 public void onDestroy() { in onDestroy() method in TransitionsActivity
109 super.onDestroy(); in onDestroy()
112 mAdapter.onDestroy(); in onDestroy()
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
DPolarClockWallpaper.java275 public void onDestroy() { in onDestroy() method in PolarClockWallpaper
276 super.onDestroy(); in onDestroy()
374 public void onDestroy() { in onDestroy() method in PolarClockWallpaper.ClockEngine
375 super.onDestroy(); in onDestroy()
DPolarClockSettings.java44 protected void onDestroy() { in onDestroy() method in PolarClockSettings
47 super.onDestroy(); in onDestroy()
/packages/apps/Browser/src/com/android/browser/
DBrowserActivity.java184 protected void onDestroy() { in onDestroy() method in BrowserActivity
188 super.onDestroy(); in onDestroy()
189 mController.onDestroy(); in onDestroy()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMailActivity.java269 protected void onDestroy() { in onDestroy() method in MailActivity
270 super.onDestroy(); in onDestroy()
271 mController.onDestroy(); in onDestroy()
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailPlaybackFragment.java116 public void onDestroy() { in onDestroy() method in VoicemailPlaybackFragment
118 mPresenter.onDestroy(); in onDestroy()
119 super.onDestroy(); in onDestroy()
/packages/apps/Gallery2/src/com/android/photos/
DFullscreenViewer.java39 protected void onDestroy() { in onDestroy() method in FullscreenViewer
40 super.onDestroy(); in onDestroy()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java56 public void onDestroy() { in onDestroy() method in CellBroadcastAlertDialog
57 super.onDestroy(); in onDestroy()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherBackupAgentHelper.java52 public void onDestroy() { in onDestroy() method in LauncherBackupAgentHelper
58 super.onDestroy(); in onDestroy()
/packages/apps/Gallery/src/com/android/camera/
DMonitoredActivity.java68 protected void onDestroy() { in onDestroy() method in MonitoredActivity
69 super.onDestroy(); in onDestroy()
/packages/apps/Music/src/com/android/music/
DMusicBrowserActivity.java59 public void onDestroy() { in onDestroy() method in MusicBrowserActivity
63 super.onDestroy(); in onDestroy()
DScanningProgress.java82 public void onDestroy() { in onDestroy() method in ScanningProgress
84 super.onDestroy(); in onDestroy()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
DRenderScriptWallpaper.java49 public void onDestroy() { in onDestroy() method in RenderScriptWallpaper.RenderScriptEngine
50 super.onDestroy(); in onDestroy()
/packages/services/Telephony/src/com/android/phone/
DHfaActivity.java67 protected void onDestroy() { in onDestroy() method in HfaActivity
68 super.onDestroy(); in onDestroy()
/packages/wallpapers/Basic/src/com/android/wallpaper/
DRenderScriptWallpaper.java45 public void onDestroy() { in onDestroy() method in RenderScriptWallpaper.RenderScriptEngine
46 super.onDestroy(); in onDestroy()
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java135 protected void onDestroy() { in onDestroy() method in HTMLViewerActivity
136 super.onDestroy(); in onDestroy()
/packages/apps/Contacts/src/com/android/contacts/
DContactsActivity.java84 protected void onDestroy() { in onDestroy() method in ContactsActivity
86 super.onDestroy(); in onDestroy()
/packages/apps/LegacyCamera/src/com/android/camera/
DActivityBase.java129 protected void onDestroy() { in onDestroy() method in ActivityBase
131 super.onDestroy(); in onDestroy()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamWallpaper.java39 public void onDestroy() { in onDestroy() method in PhaseBeamWallpaper.RenderScriptEngine
40 super.onDestroy(); in onDestroy()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSettingsActivity.java76 protected void onDestroy() { in onDestroy() method in SettingsActivity
78 super.onDestroy(); in onDestroy()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldWallpaper.java42 public void onDestroy() { in onDestroy() method in NoiseFieldWallpaper.RenderScriptEngine
43 super.onDestroy(); in onDestroy()

12345678