HomeSort by relevance Sort by last modified time
    Searched defs:ContentFragment (Results 1 - 10 of 10) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/setup/
ConnectionTypeFragment.java 40 return new ContentFragment();
53 public static class ContentFragment extends SetupGuidedStepFragment {
WelcomeFragment.java 44 return new ContentFragment();
57 public static class ContentFragment extends SetupGuidedStepFragment {
ScanResultFragment.java 43 return new ContentFragment();
56 public static class ContentFragment extends SetupGuidedStepFragment {
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 30 public class ContentFragment extends Fragment {
37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and
40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
47 ContentFragment fragment = new ContentFragment();
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 30 public class ContentFragment extends Fragment {
37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and
40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
47 ContentFragment fragment = new ContentFragment();
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 30 public class ContentFragment extends Fragment {
37 * @return a new instance of {@link ContentFragment}, adding the parameters into a bundle and
40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
47 ContentFragment fragment = new ContentFragment();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ContentFragment.java 40 public class ContentFragment extends Fragment implements LiteFragment {
44 public static ContentFragment newInstance(String title) {
48 public static ContentFragment newInstance(String title, String breadcrumb,
53 public static ContentFragment newInstance(String title, String breadcrumb, String description,
58 public static ContentFragment newInstance(String title, String breadcrumb, String description,
60 ContentFragment fragment = new ContentFragment();
67 public static ContentFragment newInstance(String title, String breadcrumb, String description,
72 public static ContentFragment newInstance(String title, String breadcrumb, String description,
74 ContentFragment fragment = new ContentFragment()
    [all...]
DialogActivity.java 201 // set ContentFragment and ActionFragment using bundle extras.
212 setContentFragment(ContentFragment.newInstance(title, breadcrumb,
352 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
353 getDialogFragment().setContentAndActionFragments(contentFragment, actionFragment);
362 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
365 contentFragment, actionFragment, addToBackStack);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 54 public class ContentFragment extends Fragment {
  /packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java 89 if (f instanceof ContentFragment) {
92 ((ContentFragment) f).executePendingAction();
98 SetupGuidedStepFragment f = new ContentFragment();
110 public static class ContentFragment extends SetupGuidedStepFragment {

Completed in 311 milliseconds