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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java49 * A GuidedStepFragment is used to guide the user through a decision or series of decisions.
55 * Clients of GuidedStepFragment typically create a custom subclass to attach to their Activities.
66 * GuidedStepFragment delegates its visual styling to classes called stylists. The {@link
83 * this theme will be used by GuidedStepFragment as an overlay to the Activity's theme.</li>
84 * <li>Finally, custom subclasses of GuidedStepFragment may provide a theme through the {@link
94 * provided to the GuidedStepFragment through the {@link #onCreateGuidanceStylist} and {@link
116 public class GuidedStepFragment extends Fragment implements GuidedActionAdapter.ClickListener, class in inherits:Fragment,GuidedActionAdapter.ClickListener,GuidedActionAdapter.FocusListener
123 private static final String TAG = "GuidedStepFragment";
140 public GuidedStepFragment() { method in class:GuidedStepFragment
214 * Adds the specified GuidedStepFragment t
[all...]

Completed in 35 milliseconds