Searched refs:onDestroyView (Results 1 - 23 of 23) 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.java84 public void onDestroyView() { method in class:BaseRowFragment
85 super.onDestroyView();
H A DBaseRowSupportFragment.java86 public void onDestroyView() { method in class:BaseRowSupportFragment
87 super.onDestroyView();
H A DBrandedFragment.java99 public void onDestroyView() { method in class:BrandedFragment
100 super.onDestroyView();
H A DBrandedSupportFragment.java101 public void onDestroyView() { method in class:BrandedSupportFragment
102 super.onDestroyView();
H A DVerticalGridFragment.java190 public void onDestroyView() { method in class:VerticalGridFragment
191 super.onDestroyView();
H A DVerticalGridSupportFragment.java192 public void onDestroyView() { method in class:VerticalGridSupportFragment
193 super.onDestroyView();
H A DRowsFragment.java270 public void onDestroyView() { method in class:RowsFragment
272 super.onDestroyView();
H A DRowsSupportFragment.java272 public void onDestroyView() { method in class:RowsSupportFragment
274 super.onDestroyView();
H A DPlaybackOverlayFragment.java731 public void onDestroyView() { method in class:PlaybackOverlayFragment
733 super.onDestroyView();
H A DPlaybackOverlaySupportFragment.java733 public void onDestroyView() { method in class:PlaybackOverlaySupportFragment
735 super.onDestroyView();
/frameworks/base/core/java/android/app/
H A DDialogFragment.java541 public void onDestroyView() { method in class:DialogFragment
542 super.onDestroyView();
H A DListFragment.java210 public void onDestroyView() { method in class:ListFragment
216 super.onDestroyView();
H A DFragment.java238 * <li> {@link #onDestroyView} allows the fragment to clean up resources
1424 * {@link #onDestroyView} when the view is being released.
1589 public void onDestroyView() { method in class:Fragment
2418 onDestroyView();
2421 + " did not call through to super.onDestroyView()");
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java216 public void onDestroyView() { method in class:PreferenceFragment
220 super.onDestroyView();
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java448 public void onDestroyView() { method in class:DialogFragment
449 super.onDestroyView();
H A DListFragment.java152 public void onDestroyView() { method in class:ListFragment
158 super.onDestroyView();
H A DFragment.java1198 * {@link #onDestroyView} when the view is being released.
1359 public void onDestroyView() { method in class:Fragment
2167 onDestroyView();
2170 + " did not call through to super.onDestroyView()");
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java309 public void onDestroyView() { method in class:PreferenceFragment
313 super.onDestroyView();
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java302 public void onDestroyView() { method in class:PreferenceFragmentCompat
306 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/SystemUI/src/com/android/systemui/tuner/
H A DQsTuner.java127 public void onDestroyView() { method in class:QsTuner
129 super.onDestroyView();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java229 public void onDestroyView() { method in class:DirectoryFragment
230 super.onDestroyView();

Completed in 425 milliseconds