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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java52 * A GuidedStepFragment is used to guide the user through a decision or series of decisions.
58 * Clients of GuidedStepFragment must create a custom subclass to attach to their Activities.
67 * Clients use following helper functions to add GuidedStepFragment to Activity or FragmentManager:
69 * <li>{@link #addAsRoot(Activity, GuidedStepFragment, int)}, to be called during Activity onCreate,
70 * adds GuidedStepFragment as the first Fragment in activity.</li>
71 * <li>{@link #add(FragmentManager, GuidedStepFragment)} or {@link #add(FragmentManager,
72 * GuidedStepFragment, int)}, to add GuidedStepFragment on top of existing Fragments or
73 * replacing existing GuidedStepFragment when moving forward to next step.</li>
75 * GuidedStepFragment fro
138 public class GuidedStepFragment extends Fragment implements GuidedActionAdapter.FocusListener { class in inherits:Fragment,GuidedActionAdapter.FocusListener
264 public GuidedStepFragment() { method in class:GuidedStepFragment
[all...]

Completed in 146 milliseconds