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

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepHalfScreenActivity.java46 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
49 public static class FirstStepFragment extends GuidedStepFragment { class in class:GuidedStepHalfScreenActivity
75 public FirstStepFragment() { method in class:GuidedStepHalfScreenActivity.FirstStepFragment
H A DGuidedStepSupportHalfScreenActivity.java49 GuidedStepSupportFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
52 public static class FirstStepFragment extends GuidedStepSupportFragment { class in class:GuidedStepSupportHalfScreenActivity
78 public FirstStepFragment() { method in class:GuidedStepSupportHalfScreenActivity.FirstStepFragment
H A DGuidedStepActivity.java78 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
201 public static class FirstStepFragment extends GuidedStepFragment { class in class:GuidedStepActivity
H A DGuidedStepSupportActivity.java81 GuidedStepSupportFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
204 public static class FirstStepFragment extends GuidedStepSupportFragment { class in class:GuidedStepSupportActivity
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepHalfScreenActivity.java46 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
49 public static class FirstStepFragment extends GuidedStepFragment { class in class:GuidedStepHalfScreenActivity
75 public FirstStepFragment() { method in class:GuidedStepHalfScreenActivity.FirstStepFragment
H A DGuidedStepSupportHalfScreenActivity.java49 GuidedStepSupportFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
52 public static class FirstStepFragment extends GuidedStepSupportFragment { class in class:GuidedStepSupportHalfScreenActivity
78 public FirstStepFragment() { method in class:GuidedStepSupportHalfScreenActivity.FirstStepFragment
H A DGuidedStepActivity.java78 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
201 public static class FirstStepFragment extends GuidedStepFragment { class in class:GuidedStepActivity
H A DGuidedStepSupportActivity.java81 GuidedStepSupportFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host);
204 public static class FirstStepFragment extends GuidedStepSupportFragment { class in class:GuidedStepSupportActivity

Completed in 3025 milliseconds