Searched defs:onAttach (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialogFragment.java355 public void onAttach(Activity activity) { method in class:DialogFragment
356 super.onAttach(activity);
H A DFragment.java205 * <li> {@link #onAttach} called once the fragment is associated with its activity.
547 * be used is in {@link #onAttach(Activity)}, the point where the fragment
932 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
1122 * {@link #onAttach(Activity)} has been called; all you should do here is
1168 public void onAttach(Activity activity) { method in class:Fragment
1181 * {@link #onAttach(Activity)} and before
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java252 public void onAttach(Activity activity) { method in class:DialogFragment
253 super.onAttach(activity);
H A DFragment.java363 * be used is in {@link #onAttach(Activity)}, the point where the fragment
776 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
923 * {@link #onAttach(Activity)} has been called; all you should do here is
968 public void onAttach(Activity activity) { method in class:Fragment
981 * {@link #onAttach(Activity)} and before

Completed in 90 milliseconds