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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaListHeaderPresenter.java 43 private boolean mBackgroundColorSet;
100 if (mBackgroundColorSet) {
119 mBackgroundColorSet = true;
AbstractMediaItemPresenter.java 62 private boolean mBackgroundColorSet;
340 if (mBackgroundColorSet) {
385 mBackgroundColorSet = true;
PlaybackControlsRowPresenter.java 152 private boolean mBackgroundColorSet;
237 mBackgroundColorSet = true;
336 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet ?
426 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
DetailsOverviewRowPresenter.java 296 private boolean mBackgroundColorSet;
332 mBackgroundColorSet = true;
508 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
FullWidthDetailsOverviewRowPresenter.java 392 private boolean mBackgroundColorSet;
444 mBackgroundColorSet = true;
548 if (mBackgroundColorSet) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 77 private boolean mBackgroundColorSet;
164 if (mBackgroundColorSet) {
243 mBackgroundColorSet = true;
HeadersSupportFragment.java 79 private boolean mBackgroundColorSet;
166 if (mBackgroundColorSet) {
245 mBackgroundColorSet = true;
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 50 milliseconds