Searched defs:mBackgroundColorSet (Results 1 - 4 of 4) sorted by path

/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) {
H A DHeadersSupportFragment.java53 private boolean mBackgroundColorSet; field in class:HeadersSupportFragment
207 mBackgroundColorSet = true;
230 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.java137 RoundedRectHelper.getInstance().setRoundedRectBackground(view, mBackgroundColorSet ?
149 private boolean mBackgroundColorSet; field in class:PlaybackControlsRowPresenter
237 mBackgroundColorSet = true;

Completed in 74 milliseconds