Searched refs:addAsRoot (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
H A DGuidedStepAttributesTestActivity.java37 GuidedStepFragment.addAsRoot(this, mGuidedStepAttributesTestFragment, android.R.id.content);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java69 * <li>{@link #addAsRoot(Activity, GuidedStepFragment, int)}, to be called during Activity onCreate,
156 * <li>{@link #addAsRoot(Activity, GuidedStepFragment, int)} sets to
602 * the Activity is being restored, do not call addAsRoot() to duplicate the Fragment restored
614 public static int addAsRoot(Activity activity, GuidedStepFragment fragment, int id) { method in class:GuidedStepFragment
620 "addAsRoot() when savedInstanceState is not null in Activity.onCreate().");
H A DGuidedStepSupportFragment.java71 * <li>{@link #addAsRoot(FragmentActivity, GuidedStepSupportFragment, int)}, to be called during Activity onCreate,
158 * <li>{@link #addAsRoot(FragmentActivity, GuidedStepSupportFragment, int)} sets to
604 * the Activity is being restored, do not call addAsRoot() to duplicate the Fragment restored
616 public static int addAsRoot(FragmentActivity activity, GuidedStepSupportFragment fragment, int id) { method in class:GuidedStepSupportFragment
622 "addAsRoot() when savedInstanceState is not null in Activity.onCreate().");

Completed in 341 milliseconds