Searched refs:mContentList (Results 1 – 2 of 2) sorted by relevance
62 private ListView mContentList; field in PopupList138 ListView content = mContentList; in updatePopupLayoutParams()145 mContentList.measure( in updatePopupLayoutParams()161 mContentList = new ListView(mContext, null, in createPopupWindow()163 mContentList.setAdapter(new ItemDataAdapter()); in createPopupWindow()164 mContentList.setOnItemClickListener(mOnItemClickListener); in createPopupWindow()165 popup.setContentView(mContentList); in createPopupWindow()
43 private final ArrayList<LineItem> mContentList; field in TypedPagedListAdapter47 mContentList = contentList; in TypedPagedListAdapter()51 return mContentList.isEmpty(); in isEmpty()112 mContentList.get(position).bindViewHolder(holder); in onBindViewHolder()118 return mContentList.get(position).getType(); in getItemViewType()123 return mContentList.size(); in getItemCount()