Searched refs:mContentList (Results 1 – 1 of 1) 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()