Searched refs:DisplayItem (Results 1 – 1 of 1) sorted by relevance
67 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 LauncherActivity313 DisplayItem(int displayId, String description) { in DisplayItem() method in LauncherActivity.DisplayItem