Searched refs:mBackgroundColor (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java31 private int mBackgroundColor; field in class:SuggestionRangeSpan
35 mBackgroundColor = 0;
39 mBackgroundColor = src.readInt();
54 dest.writeInt(mBackgroundColor);
68 mBackgroundColor = backgroundColor;
73 tp.bgColor = mBackgroundColor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java43 private int mBackgroundColor = 0; field in class:NotificationCustomViewWrapper
112 mBackgroundColor = 0;
114 mBackgroundColor = ((ColorDrawable) background).getColor();
116 mView.setTag(CUSTOM_BACKGROUND_TAG, mBackgroundColor);
118 mBackgroundColor = (int) mView.getTag(CUSTOM_BACKGROUND_TAG);
120 mShouldInvertDark = mBackgroundColor == 0 || isColorLight(mBackgroundColor);
131 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaListHeaderPresenter.java42 private int mBackgroundColor = Color.TRANSPARENT; field in class:AbstractMediaListHeaderPresenter
101 vh.view.setBackgroundColor(mBackgroundColor);
120 mBackgroundColor = color;
H A DPlaybackControlsRowPresenter.java151 private int mBackgroundColor = Color.TRANSPARENT; field in class:PlaybackControlsRowPresenter
236 mBackgroundColor = color;
246 return mBackgroundColor;
337 mBackgroundColor : getDefaultBackgroundColor(vh.view.getContext()));
426 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DAbstractMediaItemPresenter.java88 private int mBackgroundColor = Color.TRANSPARENT; field in class:AbstractMediaItemPresenter
434 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
480 mBackgroundColor = color;
H A DDetailsOverviewRowPresenter.java295 private int mBackgroundColor = Color.TRANSPARENT; field in class:DetailsOverviewRowPresenter
331 mBackgroundColor = color;
341 return mBackgroundColor;
508 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
H A DFullWidthDetailsOverviewRowPresenter.java390 private int mBackgroundColor = Color.TRANSPARENT; field in class:FullWidthDetailsOverviewRowPresenter
443 mBackgroundColor = color;
452 return mBackgroundColor;
549 overview.setBackgroundColor(mBackgroundColor);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java76 private int mBackgroundColor; field in class:HeadersFragment
165 listView.setBackgroundColor(mBackgroundColor);
166 updateFadingEdgeToBrandColor(mBackgroundColor);
242 mBackgroundColor = color;
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
247 updateFadingEdgeToBrandColor(mBackgroundColor);
H A DHeadersSupportFragment.java78 private int mBackgroundColor; field in class:HeadersSupportFragment
167 listView.setBackgroundColor(mBackgroundColor);
168 updateFadingEdgeToBrandColor(mBackgroundColor);
244 mBackgroundColor = color;
248 getVerticalGridView().setBackgroundColor(mBackgroundColor);
249 updateFadingEdgeToBrandColor(mBackgroundColor);
H A DBackgroundManager.java121 private int mBackgroundColor; field in class:BackgroundManager
727 + mBackgroundColor + " drawable " + mBackgroundDrawable);
728 mService.setColor(mBackgroundColor);
745 mBackgroundColor = color;
943 colorWrapper.setColor(mBackgroundColor);
947 dimWrapper.setAlpha(mBackgroundColor == Color.TRANSPARENT ? 0 : DIM_ALPHA_ON_SOLID);
949 showWallpaper(mBackgroundColor == Color.TRANSPARENT);
970 mBackgroundColor = color;
971 mService.setColor(mBackgroundColor);
975 colorWrapper.setColor(mBackgroundColor);
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java66 private int mBackgroundColor; field in class:SubtitleView
162 mBackgroundColor = color;
278 mBackgroundColor = style.hasBackgroundColor() ?
306 if (Color.alpha(mBackgroundColor) > 0) {
310 paint.setColor(mBackgroundColor);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java195 private int mBackgroundColor; field in class:Animation
633 mBackgroundColor = bg;
765 return mBackgroundColor;
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java495 private int mBackgroundColor; field in class:MaterialProgressDrawable.Ring
510 mBackgroundColor = color;
542 mCirclePaint.setColor(mBackgroundColor);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java255 ss.mBackgroundColor = mManager.getBackgroundColor();
267 setBackgroundColor(ss.mBackgroundColor);
955 private int mBackgroundColor = DEFAULT_TRANSPARENT_COLOR; field in class:EditStyledText.EditorManager
1113 mBackgroundColor = DEFAULT_TRANSPARENT_COLOR;
1151 mBackgroundColor = color;
1273 || mBackgroundColor != DEFAULT_TRANSPARENT_COLOR) {
1288 return mBackgroundColor;
1994 public int mBackgroundColor; field in class:EditStyledText.SavedStyledTextState
2003 out.writeInt(mBackgroundColor);
2010 + mBackgroundColor
[all...]
/frameworks/base/core/java/android/text/
H A DHtml.java1120 setSpanFromMark(text, b, new BackgroundColorSpan(b.mBackgroundColor));
1312 private int mBackgroundColor; field in class:HtmlToSpannedConverter.Background
1315 mBackgroundColor = backgroundColor;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java1312 private int mBackgroundColor; field in class:MediaRouteControllerDialog.FetchArtTask
1387 mBackgroundColor = palette.getSwatches().isEmpty()
1400 mArtIconBackgroundColor = mBackgroundColor;

Completed in 896 milliseconds