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

/frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
H A DGuidedStepAttributesTestActivity.java21 import android.support.v17.leanback.app.GuidedStepFragment;
37 GuidedStepFragment.addAsRoot(this, mGuidedStepAttributesTestFragment, android.R.id.content);
H A DGuidedStepAttributesTestFragment.java18 import android.support.v17.leanback.app.GuidedStepFragment;
26 public class GuidedStepAttributesTestFragment extends GuidedStepFragment {
30 public void onActionClicked(GuidedStepFragment fragment, long id) {
H A DGuidedDatePickerTest.java20 import android.support.v17.leanback.app.GuidedStepFragment;
74 final GuidedStepFragment mFragment = (GuidedStepFragment)
240 final GuidedStepFragment mFragment = (GuidedStepFragment) mActivity.
249 final GuidedStepFragment mFragment = (GuidedStepFragment)
445 final GuidedStepFragment mFragment = (GuidedStepFragment) mActivity.
460 final GuidedStepFragment mFragmen
[all...]
H A DGuidedStepAttributesTest.java20 import android.support.v17.leanback.app.GuidedStepFragment;
106 GuidedStepFragment mFragment = (GuidedStepFragment) mActivity.getGuidedStepTestFragment();
140 public void onActionClicked(GuidedStepFragment fragment, long id) {
225 final GuidedStepFragment mFragment = (GuidedStepFragment)
259 final GuidedStepFragment mFragment = (GuidedStepFragment)
420 final GuidedStepFragment guidedStepCheckedFragment = (GuidedStepFragment)
[all...]
/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 570 milliseconds