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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepSupportFragment.java57 * A GuidedStepSupportFragment is used to guide the user through a decision or series of decisions.
63 * Clients of GuidedStepSupportFragment must create a custom subclass to attach to their Activities.
72 * Clients use following helper functions to add GuidedStepSupportFragment to Activity or FragmentManager:
74 * <li>{@link #addAsRoot(FragmentActivity, GuidedStepSupportFragment, int)}, to be called during Activity onCreate,
75 * adds GuidedStepSupportFragment as the first Fragment in activity.</li>
76 * <li>{@link #add(FragmentManager, GuidedStepSupportFragment)} or {@link #add(FragmentManager,
77 * GuidedStepSupportFragment, int)}, to add GuidedStepSupportFragment on top of existing Fragments or
78 * replacing existing GuidedStepSupportFragment when moving forward to next step.</li>
80 * GuidedStepSupportFragment fro
143 public class GuidedStepSupportFragment extends Fragment implements GuidedActionAdapter.FocusListener { class in inherits:Fragment,GuidedActionAdapter.FocusListener
271 public GuidedStepSupportFragment() { method in class:GuidedStepSupportFragment
[all...]

Completed in 112 milliseconds