HomeSort by relevance Sort by last modified time
    Searched full:contentfragment (Results 1 - 9 of 9) 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 {
  /development/samples/HoneycombGallery/
_index.html 23 <li><a href="src/com/example/android/hcgallery/ContentFragment.html">ContentFragment</a>
29 Shows a ListView of photos to display in the ContentFragment. Photos can
36 ContentFragment. MainActivity is also responsible for keeping track of
AndroidManifest.xml 51 <!-- Holds the ContentFragment for small/normal screens -->
  /development/samples/HoneycombGallery/res/layout/
content_activity.xml 21 <fragment class="com.example.android.hcgallery.ContentFragment"
  /development/samples/HoneycombGallery/res/layout-large/
main.xml 28 <fragment class="com.example.android.hcgallery.ContentFragment"
  /development/samples/HoneycombGallery/res/layout-large-port/
main.xml 28 <fragment class="com.example.android.hcgallery.ContentFragment"

Completed in 339 milliseconds