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

1 2

  /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;
185 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
186 setContentAndActionFragments(contentFragment, actionFragment, true);
195 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
197 FragmentTransaction ft = getContentFragmentTransaction(contentFragment);
  /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/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageContentFragment.java 31 import com.android.tv.settings.dialog.old.ContentFragment;
41 public class StorageContentFragment extends ContentFragment {
StorageActivity.java 25 import com.android.tv.settings.dialog.old.ContentFragment;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BaseSettingsActivity.java 22 import com.android.tv.settings.dialog.old.ContentFragment;
76 mContentFragment = ContentFragment.newInstance(title, breadcrumb, description, iconResId,
88 mContentFragment = ContentFragment.newInstance(title, breadcrumb, null, uri,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamActivity.java 28 import com.android.tv.settings.dialog.old.ContentFragment;
62 private ContentFragment mContentFragment;
205 private ContentFragment createSubMenuContentFragment(String title, String description) {
206 return ContentFragment.newInstance(title, getString(R.string.device_daydream), description,
210 private ContentFragment createMainMenuContentFragment() {
211 return ContentFragment.newInstance(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
RemoveAccountDialog.java 22 import com.android.tv.settings.dialog.old.ContentFragment;
56 setContentAndActionFragments(ContentFragment.newInstance(
AccountSyncSettings.java 23 import com.android.tv.settings.dialog.old.ContentFragment;
112 setContentAndActionFragments(ContentFragment.newInstance(
189 ((ContentFragment) getContentFragment()).setBreadCrumbText(
423 ContentFragment contentFragment = ((ContentFragment) getContentFragment());
424 if (contentFragment != null) {
425 contentFragment.setIcon(mSyncIsFailing ? R.drawable.ic_settings_sync_error :
427 contentFragment.setDescriptionText(mSyncIsFailing ?
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java 25 import com.android.tv.settings.dialog.old.ContentFragment;
67 private ContentFragment mContentFragment;
167 setContentAndActionFragments(ContentFragment.newInstance(
369 return ContentFragment.newInstance(type.getTitle(getResources()),
375 private ContentFragment createMainMenuContentFragment() {
376 return ContentFragment.newInstance(getString(R.string.device_backup_restore),
382 private ContentFragment createFactoryResetContentFragment() {
384 return ContentFragment.newInstance(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
WifiDisplayActivity.java 23 import com.android.tv.settings.dialog.old.ContentFragment;
57 setContentAndActionFragments(ContentFragment.newInstance(
104 setContentAndActionFragments(ContentFragment.newInstance(
121 setContentAndActionFragments(ContentFragment.newInstance(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 27 import com.android.tv.settings.dialog.old.ContentFragment;
85 setContentAndActionFragments(ContentFragment.newInstance(mAppInfo.getName(),
216 private ContentFragment createContentFragment(ActionType actionType, Action action) {
229 return ContentFragment.newInstance(action.getTitle(), mAppInfo.getName(), descriptionToUse,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutActivity.java 26 import com.android.tv.settings.dialog.old.ContentFragment;
114 setContentAndActionFragments(ContentFragment.newInstance(
172 setContentAndActionFragments(ContentFragment.newInstance(
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigurationActivity.java 25 import com.android.tv.settings.dialog.old.ContentFragment;
125 if(mContentFragment instanceof ContentFragment) {
126 ContentFragment cf = (ContentFragment) mContentFragment;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageActivity.java 23 import com.android.tv.settings.dialog.old.ContentFragment;
165 mContentFragment = ContentFragment.newInstance(
  /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 422 milliseconds

1 2