Home
last modified time | relevance | path

Searched refs:onAttach (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
DSetupWizardNavBar.java62 public void onAttach(Activity activity) { in onAttach() method in SetupWizardNavBar
63 super.onAttach(activity); in onAttach()
/frameworks/support/v4/java/android/support/v4/app/
DDialogFragment.java264 public void onAttach(Activity activity) { in onAttach() method in DialogFragment
265 super.onAttach(activity); in onAttach()
DFragment.java989 public void onAttach(Activity activity) { in onAttach() method in Fragment
DFragmentManager.java903 f.onAttach(mActivity); in moveToState()
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd46 the interface implementation during its onAttach() lifecycle method and can then call
61 public void onAttach(Activity activity) {
62 super.onAttach(activity);
/frameworks/base/core/java/android/app/
DDialogFragment.java355 public void onAttach(Activity activity) { in onAttach() method in DialogFragment
356 super.onAttach(activity); in onAttach()
DFragment.java1222 public void onAttach(Activity activity) { in onAttach() method in Fragment
DFragmentManager.java853 f.onAttach(mActivity); in moveToState()
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd523 // Override the Fragment.onAttach() method to instantiate the NoticeDialogListener
525 public void onAttach(Activity activity) {
526 super.onAttach(activity);
557 // Fragment.onAttach() callback, which it uses to call the following methods
574 enforced by the {@link android.support.v4.app.Fragment#onAttach onAttach()}
Dactionbar.jd1214 public void onAttach(Activity activity) {
1218 super.onAttach(activity);
/frameworks/base/docs/html/guide/components/
Dfragments.jd547 android.app.Fragment#onAttach onAttach()} callback method (which the system calls when adding
549 casting the {@link android.app.Activity} that is passed into {@link android.app.Fragment#onAttach
550 onAttach()}:</p>
557 public void onAttach(Activity activity) {
558 super.onAttach(activity);
716 <dt>{@link android.app.Fragment#onAttach onAttach()}</dt>
/frameworks/base/api/
Dcurrent.txt4154 method public void onAttach(android.app.Activity);