Searched refs:detailsContent (Results 1 – 4 of 4) sorted by relevance
106 protected void setDetailsOverviewRow(DetailsContent detailsContent) { in setDetailsOverviewRow() argument107 mDetailsOverview = new DetailsOverviewRow(detailsContent); in setDetailsOverviewRow()110 onLoadLogoAndBackgroundImages(detailsContent); in setDetailsOverviewRow()152 protected void onLoadLogoAndBackgroundImages(DetailsContent detailsContent) { in onLoadLogoAndBackgroundImages() argument155 if (TextUtils.isEmpty(detailsContent.getLogoImageUri())) { in onLoadLogoAndBackgroundImages()160 if (TextUtils.isEmpty(detailsContent.getBackgroundImageUri())) { in onLoadLogoAndBackgroundImages()170 && detailsContent in onLoadLogoAndBackgroundImages()172 .equals(detailsContent.getBackgroundImageUri())) { in onLoadLogoAndBackgroundImages()175 detailsContent.getLogoImageUri(), in onLoadLogoAndBackgroundImages()186 detailsContent.getLogoImageUri(), in onLoadLogoAndBackgroundImages()[all …]
279 final DetailsContent detailsContent = (DetailsContent) item; in onBindViewHolder() local285 if (TextUtils.isEmpty(detailsContent.getTitle())) { in onBindViewHolder()289 vh.mTitle.setText(detailsContent.getTitle()); in onBindViewHolder()301 if (detailsContent.getStartTimeUtcMillis() != DetailsContent.INVALID_TIME in onBindViewHolder()302 && detailsContent.getEndTimeUtcMillis() != DetailsContent.INVALID_TIME) { in onBindViewHolder()306 detailsContent.getStartTimeUtcMillis(), in onBindViewHolder()307 detailsContent.getEndTimeUtcMillis(), in onBindViewHolder()324 if (TextUtils.isEmpty(detailsContent.getDescription())) { in onBindViewHolder()327 if (detailsContent.shouldShowErrorMessage()) { in onBindViewHolder()330 vh.mBody.setText(detailsContent.getDescription()); in onBindViewHolder()
356 DetailsContent detailsContent = new DetailsContent(); in build() local357 detailsContent.copyFrom(mDetailsContent); in build()358 return detailsContent; in build()
113 protected void setDetailsOverviewRow(DetailsContent detailsContent) { in setDetailsOverviewRow() argument114 mDetailsOverview = new DetailsOverviewRow(detailsContent); in setDetailsOverviewRow()117 onLoadLogoAndBackgroundImages(detailsContent); in setDetailsOverviewRow()229 protected void onLoadLogoAndBackgroundImages(DetailsContent detailsContent) {232 if (TextUtils.isEmpty(detailsContent.getLogoImageUri())) {237 if (TextUtils.isEmpty(detailsContent.getBackgroundImageUri())) {247 && detailsContent249 .equals(detailsContent.getBackgroundImageUri())) {252 detailsContent.getLogoImageUri(),263 detailsContent.getLogoImageUri(),[all …]