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

  /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...]
DialogFragment.java 61 if (fragment instanceof ContentFragment) {
62 ContentFragment cf = (ContentFragment) fragment;
184 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
185 setContentAndActionFragments(contentFragment, actionFragment, true);
194 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
196 FragmentTransaction ft = getContentFragmentTransaction(contentFragment);
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/
ContentActivity.java 8 /** This is a shell activity that hosts ContentFragment when the device screen
38 ContentFragment frag = (ContentFragment) getFragmentManager().findFragmentById(R.id.content_frag);
MainActivity.java 53 * item opens the ContentActivity, holds only the ContentFragment. */
81 ContentFragment frag = (ContentFragment) getFragmentManager()
323 * deliver it to the ContentFragment in the manner appropriate */
334 // If showing both fragments, directly update the ContentFragment
335 ContentFragment frag = (ContentFragment) getFragmentManager()
TitlesFragment.java 45 * which likewise holds only the ContentFragment.
82 ContentFragment frag = (ContentFragment) getFragmentManager()
ContentFragment.java 54 public class ContentFragment extends Fragment {
  /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();
SlidingTabsColorsFragment.java 60 return ContentFragment.newInstance(mTitle, mIndicatorColor, mDividerColor);
197 * are instances of {@link ContentFragment} which just display three lines of text. Each page is
  /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();
SlidingTabsColorsFragment.java 60 return ContentFragment.newInstance(mTitle, mIndicatorColor, mDividerColor);
197 * are instances of {@link ContentFragment} which just display three lines of text. Each page is
  /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();
SlidingTabsColorsFragment.java 60 return ContentFragment.newInstance(mTitle, mIndicatorColor, mDividerColor);
197 * are instances of {@link ContentFragment} which just display three lines of text. Each page is
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
ConnectionTypeFragment.java 40 return new ContentFragment();
53 public static class ContentFragment extends SetupGuidedStepFragment {
ScanResultFragment.java 51 return new ContentFragment();
64 public static class ContentFragment extends SetupGuidedStepFragment {
WelcomeFragment.java 43 return new ContentFragment();
56 public static class ContentFragment extends SetupGuidedStepFragment {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SetDateTimeActivity.java 28 import com.android.tv.settings.dialog.old.ContentFragment;
128 final Fragment contentFragment;
132 contentFragment = ContentFragment.newInstance(getString(R.string.system_set_date),
138 contentFragment = ContentFragment.newInstance(getString(R.string.system_set_time),
144 setContentAndActionFragments(contentFragment, actionFragment);
  /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 {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java 22 import com.android.tv.settings.dialog.old.ContentFragment;
245 return ContentFragment.newInstance(formPage.getTitle());
255 return ContentFragment.newInstance(getMainTitle());

Completed in 344 milliseconds