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

/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java75 public void onDestroyView() { method in class:WebViewFragment
77 super.onDestroyView();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseRowFragment.java75 public void onDestroyView() { method in class:BaseRowFragment
76 super.onDestroyView();
H A DBaseRowSupportFragment.java77 public void onDestroyView() { method in class:BaseRowSupportFragment
78 super.onDestroyView();
H A DVerticalGridFragment.java389 public void onDestroyView() { method in class:VerticalGridFragment
390 super.onDestroyView();
H A DVerticalGridSupportFragment.java391 public void onDestroyView() { method in class:VerticalGridSupportFragment
392 super.onDestroyView();
H A DPlaybackOverlayFragment.java704 public void onDestroyView() { method in class:PlaybackOverlayFragment
706 super.onDestroyView();
H A DPlaybackOverlaySupportFragment.java706 public void onDestroyView() { method in class:PlaybackOverlaySupportFragment
708 super.onDestroyView();
H A DRowsFragment.java320 public void onDestroyView() { method in class:RowsFragment
322 super.onDestroyView();
H A DRowsSupportFragment.java322 public void onDestroyView() { method in class:RowsSupportFragment
324 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.java236 * <li> {@link #onDestroyView} allows the fragment to clean up resources
1258 * {@link #onDestroyView} when the view is being released.
1423 public void onDestroyView() { method in class:Fragment
2251 onDestroyView();
2254 + " did not call through to super.onDestroyView()");
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java214 public void onDestroyView() { method in class:PreferenceFragment
218 super.onDestroyView();
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java440 public void onDestroyView() { method in class:DialogFragment
441 super.onDestroyView();
H A DListFragment.java152 public void onDestroyView() { method in class:ListFragment
158 super.onDestroyView();
H A DFragment.java1025 * {@link #onDestroyView} when the view is being released.
1185 public void onDestroyView() { method in class:Fragment
1991 onDestroyView();
1994 + " did not call through to super.onDestroyView()");
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java298 public void onDestroyView() { method in class:PhotoViewFragment
304 super.onDestroyView();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java219 public void onDestroyView() { method in class:DirectoryFragment
220 super.onDestroyView();

Completed in 312 milliseconds