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

  /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/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/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/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/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 203 // set ContentFragment and ActionFragment using bundle extras.
214 setContentFragment(ContentFragment.newInstance(title, breadcrumb,
354 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment) {
355 getDialogFragment().setContentAndActionFragments(contentFragment, actionFragment);
364 protected void setContentAndActionFragments(Fragment contentFragment, Fragment actionFragment,
367 contentFragment, actionFragment, addToBackStack);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 54 public class ContentFragment extends Fragment {
  /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/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,

Completed in 211 milliseconds