Searched refs:mListLayout (Results 1 – 2 of 2) sorted by relevance
103 private int mListLayout; field in AlertController180 mListLayout = a.getResourceId(R.styleable.AlertDialog_listLayout, 0); in AlertController()734 final ListView listView = (ListView) mInflater.inflate(dialog.mListLayout, null); in createListView()
113 private int mListLayout; field in AlertController191 mListLayout = a.getResourceId( in AlertController()1030 (RecycleListView) mInflater.inflate(dialog.mListLayout, null); in createListView()