Searched refs:onDestroyView (Results 1 - 17 of 17) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DIndeterminateProgressDialog.java141 public void onDestroyView() { method in class:IndeterminateProgressDialog
143 super.onDestroyView();
/packages/apps/Settings/src/com/android/settings/nfc/
H A DAndroidBeam.java78 public void onDestroyView() { method in class:AndroidBeam
79 super.onDestroyView();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DMainPanel.java76 public void onDestroyView() { method in class:MainPanel
77 super.onDestroyView();
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java101 public void onDestroyView() { method in class:MultiSelectGridFragment
107 super.onDestroyView();
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java103 public void onDestroyView() { method in class:BrowserSnapshotPage
104 super.onDestroyView();
H A DBrowserBookmarksPage.java407 public void onDestroyView() { method in class:BrowserBookmarksPage
408 super.onDestroyView();
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java160 public void onDestroyView() { method in class:ContactDeletionInteraction
161 super.onDestroyView();
/packages/apps/Settings/src/com/android/settings/
H A DDreamSettings.java114 public void onDestroyView() { method in class:DreamSettings
116 super.onDestroyView();
H A DNotificationStation.java127 public void onDestroyView() { method in class:NotificationStation
128 super.onDestroyView();
H A DAccessibilitySettings.java1041 public void onDestroyView() { method in class:AccessibilitySettings.ToggleFeaturePreferenceFragment
1047 super.onDestroyView();
/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java120 public void onDestroyView() { method in class:WifiDisplaySettings
122 super.onDestroyView();
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java588 public void onDestroyView() { method in class:EditEventFragment
589 super.onDestroyView();
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java430 * {@link #onCreateView} and {@link #onDestroyView}.
509 public void onDestroyView() { method in class:MailboxListFragment
511 Log.d(Logging.LOG_TAG, this + " onDestroyView");
514 super.onDestroyView();
H A DMessageListFragment.java395 * {@link #onCreateView} and {@link #onDestroyView}.
399 // to determine if CAB shold be shown. But because it's called from onDestroyView(), at
474 public void onDestroyView() { method in class:MessageListFragment
476 Log.d(Logging.LOG_TAG, this + " onDestroyView");
485 super.onDestroyView();
H A DMessageViewFragmentBase.java265 // in onDestroyView to prevent from getting callbacks when the fragment is in the back
387 public void onDestroyView() { method in class:MessageViewFragmentBase
389 Log.d(Logging.LOG_TAG, this + " onDestroyView");
398 super.onDestroyView();
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java495 public void onDestroyView() { method in class:TimerFragment
498 super.onDestroyView();
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java983 public void onDestroyView() { method in class:ManageApplications
984 super.onDestroyView();

Completed in 6979 milliseconds