Searched refs:layoutView (Results 1 – 1 of 1) sorted by relevance
415 View layoutView = inflater.inflate(R.layout.galleryitem, null); in newView() local420 View thumbView = layoutView.findViewById(R.id.thumbImage); in newView()427 layoutView.setLayoutParams(new AbsListView.LayoutParams(LayoutParams.MATCH_PARENT, in newView()431 layoutView.setTag(thumbView); in newView()432 return layoutView; in newView()