Searched refs:SetupGuidedStepFragment (Results 1 – 9 of 9) sorted by relevance
55 SetupGuidedStepFragment contentFragment = onCreateContentFragment(); in onCreateView()94 protected abstract SetupGuidedStepFragment onCreateContentFragment(); in onCreateContentFragment()97 protected SetupGuidedStepFragment getContentFragment() { in getContentFragment()98 return (SetupGuidedStepFragment) in getContentFragment()
39 public abstract class SetupGuidedStepFragment extends GuidedStepFragment { class
23 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;52 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()67 public static class ContentFragment extends SetupGuidedStepFragment {
28 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;43 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()46 arguments.putBoolean(SetupGuidedStepFragment.KEY_THREE_PANE, true); in onCreateContentFragment()104 public static class ContentFragment extends SetupGuidedStepFragment {
24 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;36 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()53 public static class ContentFragment extends SetupGuidedStepFragment {
25 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;37 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()55 public static class ContentFragment extends SetupGuidedStepFragment {
30 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;52 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()67 public static class ContentFragment extends SetupGuidedStepFragment
27 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;59 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()132 public static class ContentFragment extends SetupGuidedStepFragment {
38 import com.android.tv.common.ui.setup.SetupGuidedStepFragment;92 SetupGuidedStepFragment f = getContentFragment(); in onEnterTransitionEnd()101 protected SetupGuidedStepFragment onCreateContentFragment() { in onCreateContentFragment()102 SetupGuidedStepFragment f = new ContentFragment(); in onCreateContentFragment()104 arguments.putBoolean(SetupGuidedStepFragment.KEY_THREE_PANE, true); in onCreateContentFragment()114 public static class ContentFragment extends SetupGuidedStepFragment {