Searched refs:detailView (Results 1 – 1 of 1) sorted by relevance
195 View detailView = adapter.createDetailView(mContext, mDetailViews.get(viewCacheIndex), in handleShowingDetail() local197 if (detailView == null) throw new IllegalStateException("Must return detail view"); in handleShowingDetail()202 mDetailContent.addView(detailView); in handleShowingDetail()203 mDetailViews.put(viewCacheIndex, detailView); in handleShowingDetail()