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

12

/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java75 public void onDestroyView() { method in class:WebViewFragment
77 super.onDestroyView();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DStrictViewFragment.java50 public void onDestroyView() { method in class:StrictViewFragment
51 super.onDestroyView();
53 throw new IllegalStateException("getView returned null in onDestroyView");
56 checkState("onDestroyView", CREATED);
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentTabsFragment.java47 public void onDestroyView() { method in class:FragmentTabsFragment
48 super.onDestroyView();
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DFragmentTabsFragment.java47 public void onDestroyView() { method in class:FragmentTabsFragment
48 super.onDestroyView();
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsFragmentSupport.java50 public void onDestroyView() { method in class:FragmentTabsFragmentSupport
51 super.onDestroyView();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentTabsFragmentSupport.java50 public void onDestroyView() { method in class:FragmentTabsFragmentSupport
51 super.onDestroyView();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrandedFragment.java157 public void onDestroyView() { method in class:BrandedFragment
158 super.onDestroyView();
H A DBaseRowFragment.java138 public void onDestroyView() { method in class:BaseRowFragment
139 super.onDestroyView();
H A DBaseRowSupportFragment.java140 public void onDestroyView() { method in class:BaseRowSupportFragment
141 super.onDestroyView();
H A DBrandedSupportFragment.java159 public void onDestroyView() { method in class:BrandedSupportFragment
160 super.onDestroyView();
H A DVerticalGridFragment.java200 public void onDestroyView() { method in class:VerticalGridFragment
201 super.onDestroyView();
H A DVerticalGridSupportFragment.java202 public void onDestroyView() { method in class:VerticalGridSupportFragment
203 super.onDestroyView();
H A DGuidedStepFragment.java1006 public void onDestroyView() { method in class:GuidedStepFragment
1007 mGuidanceStylist.onDestroyView();
1008 mActionsStylist.onDestroyView();
1009 mButtonActionsStylist.onDestroyView();
1014 super.onDestroyView();
H A DGuidedStepSupportFragment.java1008 public void onDestroyView() { method in class:GuidedStepSupportFragment
1009 mGuidanceStylist.onDestroyView();
1010 mActionsStylist.onDestroyView();
1011 mButtonActionsStylist.onDestroyView();
1016 super.onDestroyView();
/frameworks/base/core/java/android/app/
H A DDialogFragment.java544 public void onDestroyView() { method in class:DialogFragment
545 super.onDestroyView();
H A DListFragment.java210 public void onDestroyView() { method in class:ListFragment
216 super.onDestroyView();
/frameworks/support/fragment/java/android/support/v4/app/
H A DDialogFragment.java460 public void onDestroyView() { method in class:DialogFragment
461 super.onDestroyView();
H A DListFragment.java154 public void onDestroyView() { method in class:ListFragment
160 super.onDestroyView();
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java187 public void onDestroyView() { method in class:GridFragment
188 super.onDestroyView();
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java187 public void onDestroyView() { method in class:GridFragment
188 super.onDestroyView();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylist.java207 public void onDestroyView() { method in class:GuidanceStylist
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java238 public void onDestroyView() { method in class:PreferenceFragment
245 super.onDestroyView();
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java300 public void onDestroyView() { method in class:PhotoViewFragment
306 super.onDestroyView();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DOpenExternalDirectoryActivity.java403 public void onDestroyView() { method in class:OpenExternalDirectoryActivity.OpenExternalDirectoryDialogFragment
408 super.onDestroyView();
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java376 public void onDestroyView() { method in class:PreferenceFragment
383 super.onDestroyView();

Completed in 705 milliseconds

12