Searched refs:mDetailsDescriptionFrame (Results 1 – 3 of 3) sorted by relevance
192 final ViewGroup mDetailsDescriptionFrame; field in FullWidthDetailsOverviewRowPresenter.ViewHolder312 mDetailsDescriptionFrame = in ViewHolder()326 detailsPresenter.onCreateViewHolder(mDetailsDescriptionFrame); in ViewHolder()327 mDetailsDescriptionFrame.addView(mDetailsDescriptionViewHolder.view); in ViewHolder()358 return mDetailsDescriptionFrame; in getDetailsDescriptionFrame()
125 final FrameLayout mDetailsDescriptionFrame; field in DetailsOverviewRowPresenter.ViewHolder271 mDetailsDescriptionFrame = in ViewHolder()285 detailsPresenter.onCreateViewHolder(mDetailsDescriptionFrame); in ViewHolder()286 mDetailsDescriptionFrame.addView(mDetailsDescriptionViewHolder.view); in ViewHolder()
159 mViewHolder.mDetailsDescriptionFrame.setVisibility(View.INVISIBLE); in onSharedElementStart()180 mViewHolder.mDetailsDescriptionFrame.setVisibility(View.VISIBLE); in onSharedElementEnd()