Searched refs:mDetailsDescriptionFrame (Results 1 – 3 of 3) sorted by relevance
193 final ViewGroup mDetailsDescriptionFrame; field in FullWidthDetailsOverviewRowPresenter.ViewHolder313 mDetailsDescriptionFrame = in ViewHolder()327 detailsPresenter.onCreateViewHolder(mDetailsDescriptionFrame); in ViewHolder()328 mDetailsDescriptionFrame.addView(mDetailsDescriptionViewHolder.view); in ViewHolder()359 return mDetailsDescriptionFrame; in getDetailsDescriptionFrame()
126 final FrameLayout mDetailsDescriptionFrame; field in DetailsOverviewRowPresenter.ViewHolder272 mDetailsDescriptionFrame = in ViewHolder()286 detailsPresenter.onCreateViewHolder(mDetailsDescriptionFrame); in ViewHolder()287 mDetailsDescriptionFrame.addView(mDetailsDescriptionViewHolder.view); in ViewHolder()
160 mViewHolder.mDetailsDescriptionFrame.setVisibility(View.INVISIBLE); in onSharedElementStart()184 mViewHolder.mDetailsDescriptionFrame.setVisibility(View.VISIBLE); in onSharedElementEnd()