Searched defs:getBackgroundColor (Results 1 - 11 of 11) 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
/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java245 public int getBackgroundColor() { method in class:PlaybackControlsRowPresenter
H A DDetailsOverviewRowPresenter.java340 public int getBackgroundColor() { method in class:DetailsOverviewRowPresenter
H A DFullWidthDetailsOverviewRowPresenter.java451 public final int getBackgroundColor() { method in class:FullWidthDetailsOverviewRowPresenter
/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/media/java/android/media/
H A DClosedCaptionRenderer.java1063 public int getBackgroundColor() { method in class:MutableBackgroundColorSpan
/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 518 milliseconds