Searched refs:mDetailView (Results 1 – 1 of 1) sorted by relevance
313 private final ViewGroup mDetailView; field in ProgramTableAdapter.ProgramRowViewHolder372 mDetailView = (ViewGroup) mContainer.findViewById(R.id.detail); in ProgramRowViewHolder()373 mImageView = (ImageView) mDetailView.findViewById(R.id.image); in ProgramRowViewHolder()374 mBlockView = (ImageView) mDetailView.findViewById(R.id.block); in ProgramRowViewHolder()375 mTitleView = (TextView) mDetailView.findViewById(R.id.title); in ProgramRowViewHolder()376 mTimeView = (TextView) mDetailView.findViewById(R.id.time); in ProgramRowViewHolder()377 mDescriptionView = (TextView) mDetailView.findViewById(R.id.desc); in ProgramRowViewHolder()378 mAspectRatioView = (TextView) mDetailView.findViewById(R.id.aspect_ratio); in ProgramRowViewHolder()379 mResolutionView = (TextView) mDetailView.findViewById(R.id.resolution); in ProgramRowViewHolder()380 mDvrIconView = (ImageView) mDetailView.findViewById(R.id.dvr_icon); in ProgramRowViewHolder()[all …]