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

/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java59 public int getBackgroundColor() { method in class:BackgroundColorSpan
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DSwipeDismissPreferenceFragment.java65 mSwipeLayout.setBackgroundColor(getBackgroundColor());
100 private int getBackgroundColor() { method in class:SwipeDismissPreferenceFragment
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvBoxAdapter.java82 holder.mTextView.setBackgroundColor(getBackgroundColor(position));
85 private int getBackgroundColor(int position) { method in class:RvBoxAdapter
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h59 Color8888 getBackgroundColor() const { return mBgColor; } function in class:FrameSequence_gif
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardViewApi21Impl.java116 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { method in class:CardViewApi21Impl
H A DCardViewImpl.java55 ColorStateList getBackgroundColor(CardViewDelegate cardView); method in interface:CardViewImpl
H A DCardViewBaseImpl.java122 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { method in class:CardViewBaseImpl
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java94 holder.mTextView.setBackgroundColor(getBackgroundColor(position));
114 private int getBackgroundColor(int position) { method in class:SimpleStringAdapter
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java94 holder.mTextView.setBackgroundColor(getBackgroundColor(position));
114 private int getBackgroundColor(int position) { method in class:SimpleStringAdapter
/frameworks/support/wear/src/android/support/wear/widget/
H A DCircularProgressLayout.java213 public int getBackgroundColor() { method in class:CircularProgressLayout
214 return mProgressDrawable.getBackgroundColor();
H A DRoundedDrawable.java161 public int getBackgroundColor() { method in class:RoundedDrawable
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java250 public int getBackgroundColor() { method in class:PlaybackControlsRowPresenter
H A DDetailsOverviewRowPresenter.java338 public int getBackgroundColor() { method in class:DetailsOverviewRowPresenter
H A DFullWidthDetailsOverviewRowPresenter.java444 public final int getBackgroundColor() { method in class:FullWidthDetailsOverviewRowPresenter
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java765 public int getBackgroundColor() { method in class:Animation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java736 public int getBackgroundColor() { method in class:ScrimController
H A DSignalDrawable.java211 mPaint.setColor(getBackgroundColor(darkIntensity));
222 private int getBackgroundColor(float darkIntensity) { method in class:SignalDrawable
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCircularProgressDrawable.java355 public int getBackgroundColor() { method in class:CircularProgressDrawable
356 return mRing.getBackgroundColor();
781 int getBackgroundColor() { method in class:CircularProgressDrawable.Ring
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java644 public int getBackgroundColor() { method in class:Cea608CCParser.MutableBackgroundColorSpan
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java625 int endColor = getBackgroundColor(mVisibleType);
626 int startColor = getBackgroundColor(mTransformationStartVisibleType);
800 int customBackgroundColor = getBackgroundColor(mVisibleType);
816 return getBackgroundColor(visibleType);
819 public int getBackgroundColor(int visibleType) { method in class:NotificationContentView
/frameworks/base/core/java/android/app/
H A DActivityManager.java1435 public int getBackgroundColor() { method in class:ActivityManager.TaskDescription
H A DNotification.java3965 int backgroundColor = getBackgroundColor();
3975 int backgroundColor = getBackgroundColor();
4060 getBackgroundColor());
5089 private int getBackgroundColor() { method in class:Notification.Builder
/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 685 milliseconds