Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DAbstractMediaListHeaderPresenter.java43 private boolean mBackgroundColorSet; field in AbstractMediaListHeaderPresenter
100 if (mBackgroundColorSet) { in createRowViewHolder()
119 mBackgroundColorSet = true; in setBackgroundColor()
DPlaybackControlsRowPresenter.java159 private boolean mBackgroundColorSet; field in PlaybackControlsRowPresenter
244 mBackgroundColorSet = true; in setBackgroundColor()
350 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet in initRow()
440 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor : in updateCardLayout()
DAbstractMediaItemPresenter.java90 private boolean mBackgroundColorSet; field in AbstractMediaItemPresenter
435 if (mBackgroundColorSet) { in createRowViewHolder()
481 mBackgroundColorSet = true; in setBackgroundColor()
DDetailsOverviewRowPresenter.java295 private boolean mBackgroundColorSet; field in DetailsOverviewRowPresenter
331 mBackgroundColorSet = true; in setBackgroundColor()
507 final int bgColor = mBackgroundColorSet ? mBackgroundColor : in bindImageDrawable()
DFullWidthDetailsOverviewRowPresenter.java386 private boolean mBackgroundColorSet; field in FullWidthDetailsOverviewRowPresenter
438 mBackgroundColorSet = true; in setBackgroundColor()
542 if (mBackgroundColorSet) { in createRowViewHolder()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DHeadersSupportFragment.java87 private boolean mBackgroundColorSet; field in HeadersSupportFragment
172 if (mBackgroundColorSet) { in onViewCreated()
246 mBackgroundColorSet = true; in setBackgroundColor()
DHeadersFragment.java96 private boolean mBackgroundColorSet; field in HeadersFragment
181 if (mBackgroundColorSet) { in onViewCreated()
255 mBackgroundColorSet = true; in setBackgroundColor()