Searched refs:onViewStateRestored (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DGuidedStepTestFragment.java88 public void onViewStateRestored(Bundle bundle) { method in class:GuidedStepTestFragment.Provider
233 public void onViewStateRestored(Bundle bundle) { method in class:GuidedStepTestFragment
234 super.onViewStateRestored(bundle);
235 mProvider.onViewStateRestored(bundle);
H A DGuidedStepTestSupportFragment.java85 public void onViewStateRestored(Bundle bundle) { method in class:GuidedStepTestSupportFragment.Provider
230 public void onViewStateRestored(Bundle bundle) { method in class:GuidedStepTestSupportFragment
231 super.onViewStateRestored(bundle);
232 mProvider.onViewStateRestored(bundle);
H A DGuidedStepFragmentTest.java98 verify(first, times(1)).onViewStateRestored(nullable(Bundle.class));
115 verify(second, times(1)).onViewStateRestored(nullable(Bundle.class));
129 verify(first, times(2)).onViewStateRestored(nullable(Bundle.class));
H A DGuidedStepSupportFragmentTest.java95 verify(first, times(1)).onViewStateRestored(nullable(Bundle.class));
112 verify(second, times(1)).onViewStateRestored(nullable(Bundle.class));
126 verify(first, times(2)).onViewStateRestored(nullable(Bundle.class));
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentMenuFragmentSupport.java82 public void onViewStateRestored(Bundle savedInstanceState) { method in class:FragmentMenuFragmentSupport
83 super.onViewStateRestored(savedInstanceState);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentMenuFragmentSupport.java82 public void onViewStateRestored(Bundle savedInstanceState) { method in class:FragmentMenuFragmentSupport
83 super.onViewStateRestored(savedInstanceState);
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentViewLifecycleTest.java274 public void onViewStateRestored(Bundle savedInstanceState) { method in class:FragmentViewLifecycleTest.ObservingFragment
275 super.onViewStateRestored(savedInstanceState);
277 assertTrue("LiveData should have observers after onViewStateRestored observe",
/frameworks/base/core/java/android/app/
H A DFragment.java126 * <li> {@link #onViewStateRestored} tells the fragment that all of the saved
564 onViewStateRestored(savedInstanceState);
567 + " did not call through to super.onViewStateRestored()");
1604 * and before {@link #onViewStateRestored(Bundle)}.
1626 public void onViewStateRestored(Bundle savedInstanceState) { method in class:Fragment
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragment.java268 * <li>{@link Lifecycle.Event#ON_CREATE created} in {@link #onViewStateRestored(Bundle)}</li>
485 onViewStateRestored(savedInstanceState);
488 + " did not call through to super.onViewStateRestored()");
1572 * and before {@link #onViewStateRestored(Bundle)}.
1594 public void onViewStateRestored(@Nullable Bundle savedInstanceState) { method in class:Fragment
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 121 milliseconds