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