Searched refs:SecondStepFragment (Results 1 – 4 of 4) sorted by relevance
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | GuidedStepHalfScreenActivity.java | 91 GuidedStepFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 98 public static class SecondStepFragment extends GuidedStepFragment { class in GuidedStepHalfScreenActivity
|
D | GuidedStepSupportHalfScreenActivity.java | 93 … GuidedStepSupportFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 100 public static class SecondStepFragment extends GuidedStepSupportFragment { class in GuidedStepSupportHalfScreenActivity
|
D | GuidedStepActivity.java | 213 GuidedStepFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 314 public static class SecondStepFragment extends GuidedStepFragment { class in GuidedStepActivity 553 popBackStackToGuidedStepFragment(SecondStepFragment.class,
|
D | GuidedStepSupportActivity.java | 215 … GuidedStepSupportFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 316 public static class SecondStepFragment extends GuidedStepSupportFragment { class in GuidedStepSupportActivity 555 popBackStackToGuidedStepSupportFragment(SecondStepFragment.class,
|