Searched refs:detailsView (Results 1 – 3 of 3) sorted by relevance
196 final Button detailsView = (Button) holder.findViewById(R.id.bar_chart_details); in bindChartDetailsView() local199 detailsView.setVisibility(View.GONE); in bindChartDetailsView()201 detailsView.setVisibility(View.VISIBLE); in bindChartDetailsView()202 detailsView.setText(details); in bindChartDetailsView()203 detailsView.setOnClickListener(mBarChartInfo.getDetailsOnClickListener()); in bindChartDetailsView()
215 final View detailsView = mAppEntitiesHeaderView.findViewById(R.id.header_details); in apply_noAppEntitySet_shouldOnlyShowTitleAndEmptyView() local225 assertThat(detailsView.getVisibility()).isEqualTo(View.GONE); in apply_noAppEntitySet_shouldOnlyShowTitleAndEmptyView()
1518 TextView detailsView = (TextView) detailsLayout.findViewById( in handleConfirmShortCode() local1520 detailsView.setText(detailsId); in handleConfirmShortCode()