Searched refs:mBackgroundColor (Results 1 - 12 of 12) 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/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java55 private int mBackgroundColor; field in class:HeadersFragment
212 mBackgroundColor = color;
216 getView().setBackgroundColor(mBackgroundColor);
217 updateFadingEdgeToBrandColor(mBackgroundColor);
237 return mBackgroundColor;
H A DHeadersSupportFragment.java57 private int mBackgroundColor; field in class:HeadersSupportFragment
214 mBackgroundColor = color;
218 getView().setBackgroundColor(mBackgroundColor);
219 updateFadingEdgeToBrandColor(mBackgroundColor);
239 return mBackgroundColor;
H A DBackgroundManager.java121 private int mBackgroundColor; field in class:BackgroundManager
727 + mBackgroundColor + " drawable " + mBackgroundDrawable);
728 mService.setColor(mBackgroundColor);
745 mBackgroundColor = color;
944 colorWrapper.setColor(mBackgroundColor);
948 dimWrapper.setAlpha(mBackgroundColor == Color.TRANSPARENT ? 0 : DIM_ALPHA_ON_SOLID);
950 showWallpaper(mBackgroundColor == Color.TRANSPARENT);
971 mBackgroundColor = color;
972 mService.setColor(mBackgroundColor);
976 colorWrapper.setColor(mBackgroundColor);
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java65 private int mBackgroundColor; field in class:SubtitleView
161 mBackgroundColor = color;
277 mBackgroundColor = style.hasBackgroundColor() ?
305 if (Color.alpha(mBackgroundColor) > 0) {
309 paint.setColor(mBackgroundColor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java69 int mBackgroundColor; field in class:TaskViewHeader
208 mBackgroundColor = t.colorPrimary;
345 int currentColor = mBackgroundColor;
379 mBackgroundColor = color;
397 int currentColor = mBackgroundColor;
405 mBackgroundColor = color;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
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 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;
561 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java190 private int mBackgroundColor; field in class:Animation
628 mBackgroundColor = bg;
760 return mBackgroundColor;
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java496 private int mBackgroundColor; field in class:MaterialProgressDrawable.Ring
511 mBackgroundColor = color;
543 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...]

Completed in 723 milliseconds