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

12

/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java78 public void onDestroyView() { method in class:WebViewFragment
80 super.onDestroyView();
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DCountCallsFragment.java66 public void onDestroyView() { method in class:CountCallsFragment
68 super.onDestroyView();
H A DStrictViewFragment.java62 public void onDestroyView() { method in class:StrictViewFragment
63 super.onDestroyView();
65 throw new IllegalStateException("getView returned null in onDestroyView");
68 checkState("onDestroyView", CREATED);
/frameworks/support/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
H A DFragmentTabsFragment.java48 public void onDestroyView() { method in class:FragmentTabsFragment
49 super.onDestroyView();
/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
H A DFragmentTabsFragment.java48 public void onDestroyView() { method in class:FragmentTabsFragment
49 super.onDestroyView();
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentTabsFragmentSupport.java52 public void onDestroyView() { method in class:FragmentTabsFragmentSupport
53 super.onDestroyView();
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentTabsFragmentSupport.java52 public void onDestroyView() { method in class:FragmentTabsFragmentSupport
53 super.onDestroyView();
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DGuidedStepTestFragment.java70 public void onDestroyView() { method in class:GuidedStepTestFragment.Provider
191 public void onDestroyView() { method in class:GuidedStepTestFragment
192 mProvider.onDestroyView();
193 super.onDestroyView();
H A DGuidedStepTestSupportFragment.java67 public void onDestroyView() { method in class:GuidedStepTestSupportFragment.Provider
188 public void onDestroyView() { method in class:GuidedStepTestSupportFragment
189 mProvider.onDestroyView();
190 super.onDestroyView();
H A DVideoFragmentTest.java188 public void onDestroyView() { method in class:VideoFragmentTest.Fragment_withVideoPlayer
190 super.onDestroyView();
H A DVideoSupportFragmentTest.java185 public void onDestroyView() { method in class:VideoSupportFragmentTest.Fragment_withVideoPlayer
187 super.onDestroyView();
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DVideoFragment.java118 public void onDestroyView() { method in class:VideoFragment
121 super.onDestroyView();
H A DVideoSupportFragment.java113 public void onDestroyView() { method in class:VideoSupportFragment
116 super.onDestroyView();
H A DBaseRowFragment.java154 public void onDestroyView() { method in class:BaseRowFragment
155 super.onDestroyView();
H A DBaseRowSupportFragment.java149 public void onDestroyView() { method in class:BaseRowSupportFragment
150 super.onDestroyView();
H A DBrandedFragment.java166 public void onDestroyView() { method in class:BrandedFragment
167 super.onDestroyView();
H A DBrandedSupportFragment.java161 public void onDestroyView() { method in class:BrandedSupportFragment
162 super.onDestroyView();
H A DVerticalGridFragment.java223 public void onDestroyView() { method in class:VerticalGridFragment
224 super.onDestroyView();
H A DVerticalGridSupportFragment.java218 public void onDestroyView() { method in class:VerticalGridSupportFragment
219 super.onDestroyView();
/frameworks/base/core/java/android/app/
H A DDialogFragment.java549 public void onDestroyView() { method in class:DialogFragment
550 super.onDestroyView();
H A DListFragment.java215 public void onDestroyView() { method in class:ListFragment
221 super.onDestroyView();
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DDialogFragment.java478 public void onDestroyView() { method in class:DialogFragment
479 super.onDestroyView();
H A DListFragment.java157 public void onDestroyView() { method in class:ListFragment
163 super.onDestroyView();
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidanceStylist.java205 public void onDestroyView() { method in class:GuidanceStylist
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java244 public void onDestroyView() { method in class:PreferenceFragment
251 super.onDestroyView();

Completed in 341 milliseconds

12