HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundColorSet (Results 1 - 7 of 7) sorted by null

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
AbstractMediaListHeaderPresenter.java 43 private boolean mBackgroundColorSet;
100 if (mBackgroundColorSet) {
119 mBackgroundColorSet = true;
AbstractMediaItemPresenter.java 90 private boolean mBackgroundColorSet;
435 if (mBackgroundColorSet) {
481 mBackgroundColorSet = true;
PlaybackControlsRowPresenter.java 159 private boolean mBackgroundColorSet;
244 mBackgroundColorSet = true;
350 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet
440 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
DetailsOverviewRowPresenter.java 295 private boolean mBackgroundColorSet;
331 mBackgroundColorSet = true;
507 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
FullWidthDetailsOverviewRowPresenter.java 386 private boolean mBackgroundColorSet;
438 mBackgroundColorSet = true;
542 if (mBackgroundColorSet) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
HeadersFragment.java 96 private boolean mBackgroundColorSet;
181 if (mBackgroundColorSet) {
255 mBackgroundColorSet = true;
HeadersSupportFragment.java 87 private boolean mBackgroundColorSet;
172 if (mBackgroundColorSet) {
246 mBackgroundColorSet = true;

Completed in 217 milliseconds