Searched defs:onDestroyView (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java75 public void onDestroyView() { method in class:WebViewFragment
77 super.onDestroyView();
/frameworks/base/core/java/android/app/
H A DListFragment.java210 public void onDestroyView() { method in class:ListFragment
216 super.onDestroyView();
H A DDialogFragment.java532 public void onDestroyView() { method in class:DialogFragment
533 super.onDestroyView();
H A DFragment.java228 * <li> {@link #onDestroyView} allows the fragment to clean up resources
1199 * {@link #onDestroyView} when the view is being released.
1362 public void onDestroyView() { method in class:Fragment
1893 onDestroyView();
1896 + " did not call through to super.onDestroyView()");
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java201 public void onDestroyView() { method in class:PreferenceFragment
205 super.onDestroyView();
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java427 public void onDestroyView() { method in class:DialogFragment
428 super.onDestroyView();
H A DListFragment.java152 public void onDestroyView() { method in class:ListFragment
158 super.onDestroyView();
H A DFragment.java964 * {@link #onDestroyView} when the view is being released.
1123 public void onDestroyView() { method in class:Fragment
1665 onDestroyView();
1668 + " did not call through to super.onDestroyView()");
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java227 public void onDestroyView() { method in class:PhotoViewFragment
234 super.onDestroyView();
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java234 public void onDestroyView() { method in class:PhotoViewFragment
241 super.onDestroyView();

Completed in 527 milliseconds