Home | History | Annotate | Download | only in shareactionprovider

Lines Matching defs:items

49     // The items to be displayed in the ViewPager
68 // Finally set the adapter so the ViewPager can display items
196 ArrayList<ContentItem> items = new ArrayList<ContentItem>();
198 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_1.jpg"));
199 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_1));
200 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_2));
201 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_2.jpg"));
202 items.add(new ContentItem(ContentItem.CONTENT_TYPE_TEXT, R.string.quote_3));
203 items.add(new ContentItem(ContentItem.CONTENT_TYPE_IMAGE, "photo_3.jpg"));
205 return items;