Searched refs:mDetailView (Results 1 – 1 of 1) sorted by relevance
226 private final ViewGroup mDetailView; field in ProgramTableAdapter.ProgramRowHolder252 mDetailView = (ViewGroup) mContainer.findViewById(R.id.detail); in ProgramRowHolder()253 mImageView = (ImageView) mDetailView.findViewById(R.id.image); in ProgramRowHolder()254 mBlockView = (ImageView) mDetailView.findViewById(R.id.block); in ProgramRowHolder()255 mTitleView = (TextView) mDetailView.findViewById(R.id.title); in ProgramRowHolder()256 mTimeView = (TextView) mDetailView.findViewById(R.id.time); in ProgramRowHolder()257 mDescriptionView = (TextView) mDetailView.findViewById(R.id.desc); in ProgramRowHolder()258 mAspectRatioView = (TextView) mDetailView.findViewById(R.id.aspect_ratio); in ProgramRowHolder()259 mResolutionView = (TextView) mDetailView.findViewById(R.id.resolution); in ProgramRowHolder()278 mDetailView.setVisibility(View.GONE); in onBind()[all …]