Searched refs:getBackgroundColor (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java59 public int getBackgroundColor() { method in class:BackgroundColorSpan
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h59 Color8888 getBackgroundColor() const { return mBgColor; } function in class:FrameSequence_gif
H A DFrameSequence_gif.cpp269 Color8888 bgColor = mFrameSequence.getBackgroundColor();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java141 view.setBackgroundColor(getBackgroundColor());
142 updateFadingEdgeToBrandColor(getBackgroundColor());
231 int getBackgroundColor() { method in class:HeadersFragment
H A DHeadersSupportFragment.java143 view.setBackgroundColor(getBackgroundColor());
144 updateFadingEdgeToBrandColor(getBackgroundColor());
233 int getBackgroundColor() { method in class:HeadersSupportFragment
/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();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java262 int backgroundColor = getBackgroundColor(darkIntensity);
271 private int getBackgroundColor(float darkIntensity) { method in class:BatteryMeterView
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java759 public int getBackgroundColor() { method in class:Animation
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java541 final int color = winAnimator.mAnimation.getBackgroundColor();
563 final int color = appAnimator.animation.getBackgroundColor();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java340 public int getBackgroundColor() { method in class:DetailsOverviewRowPresenter
H A DFullWidthDetailsOverviewRowPresenter.java451 public final int getBackgroundColor() { method in class:FullWidthDetailsOverviewRowPresenter
H A DPlaybackControlsRowPresenter.java245 public int getBackgroundColor() { method in class:PlaybackControlsRowPresenter
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1063 public int getBackgroundColor() { method in class:MutableBackgroundColorSpan

Completed in 230 milliseconds