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()380 mDvrIconView = (ImageView) mDetailView.findViewById(R.id.dvr_icon); in ProgramRowViewHolder()382 mDvrStatusView = (TextView) mDetailView.findViewById(R.id.dvr_status); in ProgramRowViewHolder()407 mDetailView.setVisibility(View.GONE); in onBind()[all …]