Home
last modified time | relevance | path

Searched refs:mRecommendationViewHolder (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java216 private RecommendationViewHolder mRecommendationViewHolder; field in MediaControlPanel
381 return mRecommendationViewHolder; in getRecommendationViewHolder()
520 mRecommendationViewHolder = vh; in attachRecommendation()
526 mRecommendationViewHolder.getRecommendations().setOnLongClickListener(v -> { in attachRecommendation()
859 if (mRecommendationViewHolder == null) { in bindRecommendationContentDescription()
866 mRecommendationViewHolder.getGutsViewHolder().getGutsText().getText(); in bindRecommendationContentDescription()
873 mRecommendationViewHolder.getRecommendations().setContentDescription(contentDescription); in bindRecommendationContentDescription()
1020 mRecommendationViewHolder.getMediaCoverItems().get(itemIndex); in bindRecommendationArtwork()
1029 ImageView appIconView = mRecommendationViewHolder.getMediaAppIcons().get(itemIndex); in bindRecommendationArtwork()
1429 if (mRecommendationViewHolder == null) {
[all …]