Searched refs:onDestroyView (Results 1 - 9 of 9) 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 DDialogFragment.java532 public void onDestroyView() { method in class:DialogFragment
533 super.onDestroyView();
H A DListFragment.java210 public void onDestroyView() { method in class:ListFragment
216 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.java974 * {@link #onDestroyView} when the view is being released.
1133 public void onDestroyView() { method in class:Fragment
1675 onDestroyView();
1678 + " did not call through to super.onDestroyView()");
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java292 public void onDestroyView() { method in class:PhotoViewFragment
298 super.onDestroyView();

Completed in 192 milliseconds