Home | History | Annotate | Download | only in browse

Lines Matching defs:detailsContent

104     protected void setDetailsOverviewRow(DetailsContent detailsContent) {
105 mDetailsOverview = new DetailsOverviewRow(detailsContent);
108 onLoadLogoAndBackgroundImages(detailsContent);
150 protected void onLoadLogoAndBackgroundImages(DetailsContent detailsContent) {
153 if (TextUtils.isEmpty(detailsContent.getLogoImageUri())) {
158 if (TextUtils.isEmpty(detailsContent.getBackgroundImageUri())) {
168 && detailsContent
170 .equals(detailsContent.getBackgroundImageUri())) {
173 detailsContent.getLogoImageUri(),
184 detailsContent.getLogoImageUri(),
192 detailsContent.getBackgroundImageUri(),