Searched refs:mBackgroundColor (Results 1 - 10 of 10) 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();
49 dest.writeInt(mBackgroundColor);
58 mBackgroundColor = backgroundColor;
63 tp.bgColor = mBackgroundColor;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java50 private int mBackgroundColor; field in class:HeadersFragment
204 mBackgroundColor = color;
208 getView().setBackgroundColor(mBackgroundColor);
209 updateFadingEdgeToBrandColor(mBackgroundColor);
229 return mBackgroundColor;
H A DBackgroundManager.java108 private int mBackgroundColor; field in class:BackgroundManager
400 + mBackgroundColor + " drawable " + mBackgroundDrawable);
401 mService.setColor(mBackgroundColor);
413 mBackgroundColor = color;
539 mColorWrapper.setColor(mBackgroundColor);
541 mDimWrapper.setAlpha(mBackgroundColor == Color.TRANSPARENT ? 0 : DIM_ALPHA_ON_SOLID);
543 showWallpaper(mBackgroundColor == Color.TRANSPARENT);
567 mBackgroundColor = color;
568 mService.setColor(mBackgroundColor);
571 mColorWrapper.setColor(mBackgroundColor);
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java66 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.java65 int mBackgroundColor; field in class:TaskViewHeader
208 mBackgroundColor = t.colorPrimary;
295 int currentColor = mBackgroundColor;
310 mBackgroundColor = color;
328 int currentColor = mBackgroundColor;
336 mBackgroundColor = color;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java264 private int mBackgroundColor = Color.TRANSPARENT; field in class:DetailsOverviewRowPresenter
301 mBackgroundColor = color;
310 return mBackgroundColor;
466 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
H A DPlaybackControlsRowPresenter.java135 mBackgroundColor : getDefaultBackgroundColor(view.getContext()));
145 private int mBackgroundColor = Color.TRANSPARENT; field in class:PlaybackControlsRowPresenter
233 mBackgroundColor = color;
242 return mBackgroundColor;
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java188 private int mBackgroundColor; field in class:Animation
626 mBackgroundColor = bg;
757 return mBackgroundColor;
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java435 private int mBackgroundColor; field in class:MaterialProgressDrawable.Ring
449 mBackgroundColor = color;
481 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 223 milliseconds