Searched defs:mBackgroundColor (Results 1 - 5 of 5) 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/base/core/java/com/android/internal/widget/
H A DSubtitleView.java62 private int mBackgroundColor; field in class:SubtitleView
155 mBackgroundColor = color;
269 mBackgroundColor = style.backgroundColor;
296 if (Color.alpha(mBackgroundColor) > 0) {
300 paint.setColor(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/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java86 private Float4 mBackgroundColor = new Float4(0.0f, 0.0f, 0.0f, 1.0f); field in class:CarouselController
126 setBackgroundColor(mBackgroundColor.x, mBackgroundColor.y, mBackgroundColor.z,
127 mBackgroundColor.w);
477 mBackgroundColor = new Float4(red, green, blue, alpha);
479 mRenderScript.setBackgroundColor(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 77 milliseconds