Searched refs:itemLayout (Results 1 – 2 of 2) sorted by relevance
68 private val itemLayout = R.layout.chooser_action_view in <lambda>() constant73 LayoutInflater.from(context).inflate(itemLayout, null) as TextView, in <lambda>()
44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) { in SectionedAlbumDataAdapter() argument47 mAlbumData = new AlbumDataAdapter(context, settings, itemLayout, objects); in SectionedAlbumDataAdapter()