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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DGuidedStepFragment.java60 * A GuidedStepFragment is used to guide the user through a decision or series of decisions.
66 * Clients of GuidedStepFragment must create a custom subclass to attach to their Activities.
75 * Clients use following helper functions to add GuidedStepFragment to Activity or FragmentManager:
77 * <li>{@link #addAsRoot(Activity, GuidedStepFragment, int)}, to be called during Activity onCreate,
78 * adds GuidedStepFragment as the first Fragment in activity.</li>
79 * <li>{@link #add(FragmentManager, GuidedStepFragment)} or {@link #add(FragmentManager,
80 * GuidedStepFragment, int)}, to add GuidedStepFragment on top of existing Fragments or
81 * replacing existing GuidedStepFragment when moving forward to next step.</li>
83 * GuidedStepFragment fro
148 public class GuidedStepFragment extends Fragment implements GuidedActionAdapter.FocusListener { class in inherits:Fragment,GuidedActionAdapter.FocusListener
273 public GuidedStepFragment() { method in class:GuidedStepFragment
[all...]

Completed in 150 milliseconds