Home
last modified time | relevance | path

Searched refs:DisplayItem (Results 1 – 1 of 1) sorted by relevance

/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java67 private ArrayAdapter<DisplayItem> mDisplayAdapter;
108 new ArrayList<DisplayItem>()); in onCreate()
230 mDisplayAdapter.add(new DisplayItem(Display.INVALID_DISPLAY, "Do not specify display")); in refreshDisplayPicker()
244 mDisplayAdapter.add(new DisplayItem(id, sb.toString())); in refreshDisplayPicker()
309 private static class DisplayItem { class in LauncherActivity
313 DisplayItem(int displayId, String description) { in DisplayItem() method in LauncherActivity.DisplayItem