Searched refs:onDestroyView (Results 1 - 25 of 45) 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 DCountCallsFragment.java66 public void onDestroyView() { method in class:CountCallsFragment
68 super.onDestroyView();
H A DStrictViewFragment.java61 public void onDestroyView() { method in class:StrictViewFragment
62 super.onDestroyView();
64 throw new IllegalStateException("getView returned null in onDestroyView");
67 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/tests/java/android/support/v17/leanback/app/
H A DGuidedStepTestFragment.java71 public void onDestroyView() { method in class:GuidedStepTestFragment.Provider
192 public void onDestroyView() { method in class:GuidedStepTestFragment
193 mProvider.onDestroyView();
194 super.onDestroyView();
H A DGuidedStepTestSupportFragment.java74 public void onDestroyView() { method in class:GuidedStepTestSupportFragment.Provider
195 public void onDestroyView() { method in class:GuidedStepTestSupportFragment
196 mProvider.onDestroyView();
197 super.onDestroyView();
H A DVideoFragmentTest.java186 public void onDestroyView() { method in class:VideoFragmentTest.Fragment_withVideoPlayer
188 super.onDestroyView();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVideoFragment.java115 public void onDestroyView() { method in class:VideoFragment
118 super.onDestroyView();
H A DVideoSupportFragment.java112 public void onDestroyView() { method in class:VideoSupportFragment
115 super.onDestroyView();
H A DBaseRowFragment.java149 public void onDestroyView() { method in class:BaseRowFragment
150 super.onDestroyView();
H A DBaseRowSupportFragment.java146 public void onDestroyView() { method in class:BaseRowSupportFragment
147 super.onDestroyView();
H A DBrandedFragment.java161 public void onDestroyView() { method in class:BrandedFragment
162 super.onDestroyView();
H A DBrandedSupportFragment.java158 public void onDestroyView() { method in class:BrandedSupportFragment
159 super.onDestroyView();
H A DVerticalGridFragment.java220 public void onDestroyView() { method in class:VerticalGridFragment
221 super.onDestroyView();
H A DVerticalGridSupportFragment.java217 public void onDestroyView() { method in class:VerticalGridSupportFragment
218 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragment.java121 public void onDestroyView() { method in class:CollapsedStatusBarFragment
122 super.onDestroyView();
/frameworks/support/fragment/java/android/support/v4/app/
H A DDialogFragment.java458 public void onDestroyView() { method in class:DialogFragment
459 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();

Completed in 1536 milliseconds

12