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.java229 * <li> {@link #onDestroyView} allows the fragment to clean up resources
1204 * {@link #onDestroyView} when the view is being released.
1367 public void onDestroyView() { method in class:Fragment
1898 onDestroyView();
1901 + " 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.java1004 * {@link #onDestroyView} when the view is being released.
1163 public void onDestroyView() { method in class:Fragment
1705 onDestroyView();
1708 + " did not call through to super.onDestroyView()");
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java209 public void onDestroyView() { method in class:DirectoryFragment
210 super.onDestroyView();
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java315 public void onDestroyView() { method in class:PhotoViewFragment
321 super.onDestroyView();

Completed in 198 milliseconds