Home
last modified time | relevance | path

Searched refs:onAttach (Results 1 – 19 of 19) 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.java265 public void onAttach(Activity activity) { in onAttach() method in DialogFragment
266 super.onAttach(activity); in onAttach()
DFragment.java1147 public void onAttach(Context context) { in onAttach() method in Fragment
1152 onAttach(hostActivity); in onAttach()
1162 public void onAttach(Activity activity) { in onAttach() method in Fragment
DFragmentManager.java970 f.onAttach(mHost.getContext()); in moveToState()
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd48 the interface implementation during its onAttach() lifecycle method and can then call
63 public void onAttach(Activity activity) {
64 super.onAttach(activity);
/frameworks/base/core/java/android/app/
DDialogFragment.java364 public void onAttach(Activity activity) { in onAttach() method in DialogFragment
365 super.onAttach(activity); in onAttach()
DFragment.java1375 public void onAttach(Context context) { in onAttach() method in Fragment
1380 onAttach(hostActivity); in onAttach()
1388 public void onAttach(Activity activity) { in onAttach() method in Fragment
DFragmentManager.java932 f.onAttach(mHost.getContext()); 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.jd1210 public void onAttach(Activity activity) {
1214 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/support/v4/api/
D23.txt203 method public void onAttach(android.content.Context);
204 method public deprecated void onAttach(android.app.Activity);
Dcurrent.txt209 method public void onAttach(android.content.Context);
210 method public deprecated void onAttach(android.app.Activity);
D22.0.0.txt148 method public void onAttach(android.app.Activity);
D22.1.0.txt148 method public void onAttach(android.app.Activity);
D22.2.1.txt177 method public void onAttach(android.app.Activity);
D22.2.0.txt177 method public void onAttach(android.app.Activity);
/frameworks/base/api/
Dcurrent.txt4247 method public void onAttach(android.content.Context);
4248 method public deprecated void onAttach(android.app.Activity);
Dsystem-current.txt4364 method public void onAttach(android.content.Context);
4365 method public deprecated void onAttach(android.app.Activity);