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

/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DListFragment.java36 public class ListFragment extends Fragment { class in inherits:Fragment
40 static ListFragment newInstance() {
41 ListFragment fragment = new ListFragment();
/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DListFragment.java36 public class ListFragment extends Fragment { class in inherits:Fragment
40 static ListFragment newInstance() {
41 ListFragment fragment = new ListFragment();
/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/fragment/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
73 public ListFragment() { method in class:ListFragment
87 * behavior of ListFragment. In particular, this is currently the only
229 * The default content for a ListFragment has a TextView that can
251 * behavior of ListFragment is to start with the list not being shown, only

Completed in 465 milliseconds