Searched refs:onDetach (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialogFragment.java374 public void onDetach() { method in class:DialogFragment
375 super.onDetach();
H A DFragment.java241 * <li> {@link #onDetach} called immediately prior to the fragment no longer
966 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1595 * after {@link #onStop()} and before {@link #onDetach()}.
1644 public void onDetach() { method in class:Fragment
H A DFragmentManager.java1102 f.onDetach();
1105 + " did not call through to super.onDetach()");
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java275 public void onDetach() { method in class:DialogFragment
276 super.onDetach();
H A DFragment.java810 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1365 * after {@link #onStop()} and before {@link #onDetach()}.
1414 public void onDetach() { method in class:Fragment
H A DFragmentManager.java1153 f.onDetach();
1156 + " did not call through to super.onDetach()");
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java181 public void onDetach() { method in class:PhotoViewFragment
183 super.onDetach();

Completed in 162 milliseconds