Searched defs:ListFragment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DListFragment.java34 * ListFragment hosts a {@link android.widget.ListView ListView} object that can
42 * ListFragment has a default layout that consists of a single list view.
130 * You bind the ListFragment's ListView object to data using a class that
139 * {@link #setListAdapter(ListAdapter) ListFragment.setListAdapter()} to
148 public class ListFragment extends Fragment { class in inherits:Fragment
173 public ListFragment() { method in class:ListFragment
187 * behavior of ListFragment. In particular, this is currently the only
285 * The default content for a ListFragment has a TextView that can
307 * behavior of ListFragment is to start with the list not being shown, only
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java36 * Static library support version of the framework's {@link android.app.ListFragment}.
42 public class ListFragment extends Fragment { class in inherits:Fragment
71 public ListFragment() { method in class:ListFragment
85 * behavior of ListFragment. In particular, this is currently the only
227 * The default content for a ListFragment has a TextView that can
249 * behavior of ListFragment is to start with the list not being shown, only

Completed in 62 milliseconds