HomeSort by relevance Sort by last modified time
    Searched defs:AdapterItem (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterItem.java 28 final class AdapterItem {
33 private List<AdapterItem> mChildren;
35 protected AdapterItem(DataBindingItem item, int type, int fullPosition,
43 void addChild(AdapterItem child) {
45 mChildren = new ArrayList<AdapterItem>();
51 List<AdapterItem> getChildren() {
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 345 final List<AdapterItem> items = new ArrayList<AdapterItem>();
349 AdapterItem item = new AdapterItem(title, POPUP_LIST_ITEM_ID_TAKE_PHOTO);
355 AdapterItem item = new AdapterItem(title, POPUP_LIST_ITEM_ID_CHOOSE_PHOTO);
365 ListAdapter adapter = new ArrayAdapter<AdapterItem>(context,
376 AdapterItem item = items.get(position);
530 private static final class AdapterItem {
534 public AdapterItem(String title, int id)
    [all...]

Completed in 82 milliseconds