HomeSort by relevance Sort by last modified time
    Searched refs:ContentFragment (Results 1 - 4 of 4) 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 {

Completed in 84 milliseconds