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;
183 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
184 setContentAndActionFragments(contentFragment, actionFragment, true);
193 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
195 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/tuner/src/com/android/tv/tuner/setup/
PostalCodeFragment.java 43 ContentFragment fragment = new ContentFragment();
73 ((ContentFragment) getContentFragment())
83 ContentFragment contentFragment =
84 (ContentFragment) getContentFragment();
85 contentFragment.mEditAction.setDescription(
87 contentFragment.notifyActionChanged(0);
88 contentFragment.mEditedActionView.performClick();
98 public static class ContentFragment extends SetupGuidedStepFragment
    [all...]
ConnectionTypeFragment.java 55 return new ContentFragment();
69 public static class ContentFragment extends SetupGuidedStepFragment {
ScanResultFragment.java 39 ContentFragment fragment = new ContentFragment();
55 public static class ContentFragment extends SetupGuidedStepFragment {
WelcomeFragment.java 37 ContentFragment fragment = new ContentFragment();
53 public static class ContentFragment extends SetupGuidedStepFragment {
LineupFragment.java 45 private ContentFragment contentFragment;
60 contentFragment = new LineupFragment.ContentFragment();
68 contentFragment.setArguments(args);
69 return contentFragment;
84 if (contentFragment != null) {
94 if (contentFragment != null) {
103 if (contentFragment != null) {
111 "ContentFragment hasn't been created when onRetry() is called")
    [all...]
  /packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java 79 if (f instanceof ContentFragment) {
82 ((ContentFragment) f).executePendingAction();
88 SetupGuidedStepFragment f = new ContentFragment();
100 public static class ContentFragment extends SetupGuidedStepFragment {

Completed in 381 milliseconds