Searched defs:getBackgroundColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java49 public int getBackgroundColor() { method in class:BackgroundColorSpan
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java756 public int getBackgroundColor() { method in class:Animation
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java255 ss.mBackgroundColor = mManager.getBackgroundColor();
861 public int getBackgroundColor() { method in class:EditStyledText
862 return mManager.getBackgroundColor();
1140 marquee.resetColor(mEST.getBackgroundColor());
1226 int backgroundColor = mEST.getBackgroundColor();
1236 || mComposingTextMask.getBackgroundColor() != maskColor) {
1287 public int getBackgroundColor() { method in class:EditStyledText.EditorManager
1725 setLineStyledTextSpan(new MarqueeSpan(marquee, mEST.getBackgroundColor()));
1895 int bgColor = mEST.getBackgroundColor();

Completed in 345 milliseconds