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

/frameworks/base/core/java/android/app/
H A DFragment.java220 * <li> {@link #onViewStateRestored} tells the fragment that all of the saved
640 onViewStateRestored(savedInstanceState);
643 + " did not call through to super.onViewStateRestored()");
1474 * and before {@link #onViewStateRestored(Bundle)}.
1494 public void onViewStateRestored(Bundle savedInstanceState) { method in class:Fragment
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java472 onViewStateRestored(savedInstanceState);
475 + " did not call through to super.onViewStateRestored()");
1248 * and before {@link #onViewStateRestored(Bundle)}.
1268 public void onViewStateRestored(@Nullable Bundle savedInstanceState) { method in class:Fragment

Completed in 239 milliseconds