Searched defs:onAttach (Results 1 - 5 of 5) 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.java212 * <li> {@link #onAttach} called once the fragment is associated with its activity.
568 * be used is in {@link #onAttach(Activity)}, the point where the fragment
953 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
1151 * {@link #onAttach(Activity)} has been called; all you should do here is
1222 public void onAttach(Activity activity) { method in class:Fragment
1235 * {@link #onAttach(Activity)} and before
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java62 public void onAttach(Activity activity) { method in class:SetupWizardNavBar
63 super.onAttach(activity);
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java264 public void onAttach(Activity activity) { method in class:DialogFragment
265 super.onAttach(activity);
H A DFragment.java381 * be used is in {@link #onAttach(Activity)}, the point where the fragment
794 * <li> {@link #onAttach(Activity)} and {@link #onActivityCreated(Bundle)} <b>will</b>
944 * {@link #onAttach(Activity)} has been called; all you should do here is
989 public void onAttach(Activity activity) { method in class:Fragment
1002 * {@link #onAttach(Activity)} and before

Completed in 123 milliseconds