Searched refs:onDestroyView (Results 1 - 8 of 8) 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.java223 * <li> {@link #onDestroyView} allows the fragment to clean up resources
1121 * {@link #onDestroyView} when the view is being released.
1256 public void onDestroyView() { method in class:Fragment
1558 onDestroyView();
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java194 public void onDestroyView() { method in class:PreferenceFragment
198 super.onDestroyView();
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java382 public void onDestroyView() { method in class:DialogFragment
383 super.onDestroyView();
H A DListFragment.java152 public void onDestroyView() { method in class:ListFragment
158 super.onDestroyView();
H A DFragment.java909 * {@link #onDestroyView} when the view is being released.
1053 public void onDestroyView() { method in class:Fragment
1360 onDestroyView();

Completed in 123 milliseconds