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

  /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/SlidingTabsColorsSample/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/SlidingTabsColorsSample/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

Completed in 430 milliseconds