Searched refs:mContentList (Results 1 – 1 of 1) sorted by relevance
61 private final List<PromptContentItemParcelable> mContentList; field in PromptVerticalListContentView67 mContentList = contentList; in PromptVerticalListContentView()72 mContentList = in.readArrayList( in PromptVerticalListContentView()111 return new ArrayList<>(mContentList); in getListItems()127 dest.writeList(mContentList); in writeToParcel()152 private final List<PromptContentItemParcelable> mContentList = new ArrayList<>(); field in PromptVerticalListContentView.Builder180 mContentList.add((PromptContentItemParcelable) listItem); in addListItem()195 mContentList.add(index, (PromptContentItemParcelable) listItem); in addListItem()205 if (mContentList.size() > MAX_ITEM_NUMBER) { in checkItemLimits()231 return new PromptVerticalListContentView(mContentList, mDescription); in build()