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

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
ConnectionTypeFragment.java 40 return new ContentFragment();
53 public static class ContentFragment extends SetupGuidedStepFragment {
WelcomeFragment.java 43 return new ContentFragment();
56 public static class ContentFragment extends SetupGuidedStepFragment {
ScanResultFragment.java 51 return new ContentFragment();
64 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 72 private ContentFragment mContentFragment;
91 mContentFragment = new ContentFragment();
125 public static class ContentFragment extends SetupGuidedStepFragment {

Completed in 2434 milliseconds