Searched refs:getBackgroundColor (Results 1 - 12 of 12) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java133 view.setBackgroundColor(getBackgroundColor());
134 updateFadingEdgeToBrandColor(getBackgroundColor());
223 int getBackgroundColor() { method in class:HeadersFragment
H A DHeadersSupportFragment.java135 view.setBackgroundColor(getBackgroundColor());
136 updateFadingEdgeToBrandColor(getBackgroundColor());
225 int getBackgroundColor() { method in class:HeadersSupportFragment
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java309 public int getBackgroundColor() { method in class:DetailsOverviewRowPresenter
H A DPlaybackControlsRowPresenter.java244 public int getBackgroundColor() { method in class:PlaybackControlsRowPresenter
/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/ex/framesequence/jni/
H A DFrameSequence_gif.cpp269 Color8888 bgColor = mFrameSequence.getBackgroundColor();
H A DFrameSequence_gif.h55 Color8888 getBackgroundColor() const { return mBgColor; } function in class:FrameSequence_gif
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java391 int color = getBackgroundColor();
655 int backgroundColor = getBackgroundColor();
669 private int getBackgroundColor() { method in class:ActivatableNotificationView
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java538 final int color = winAnimator.mAnimation.getBackgroundColor();
560 final int color = appAnimator.animation.getBackgroundColor();
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1058 public int getBackgroundColor() { method in class:MutableBackgroundColorSpan
/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

Completed in 185 milliseconds