Searched refs:ListItem (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAddAdapter.java39 private final ArrayList<ListItem> mItems = new ArrayList<ListItem>();
49 public class ListItem { class in class:AddAdapter
54 public ListItem(Resources res, int textResourceId, int imageResourceId, int actionTag) { method in class:AddAdapter.ListItem
73 mItems.add(new ListItem(res, R.string.group_wallpapers,
78 ListItem item = (ListItem) getItem(position);
H A DLauncher.java2821 AddAdapter.ListItem item = (AddAdapter.ListItem) mAdapter.getItem(which);

Completed in 532 milliseconds