Searched defs:mBackgroundColorSet (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java51 private boolean mBackgroundColorSet; field in class:HeadersFragment
205 mBackgroundColorSet = true;
228 if (mBackgroundColorSet) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java265 private boolean mBackgroundColorSet; field in class:DetailsOverviewRowPresenter
302 mBackgroundColorSet = true;
466 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
H A DPlaybackControlsRowPresenter.java134 RoundedRectHelper.getInstance().setRoundedRectBackground(view, mBackgroundColorSet ?
146 private boolean mBackgroundColorSet; field in class:PlaybackControlsRowPresenter
234 mBackgroundColorSet = true;

Completed in 99 milliseconds