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

12

/frameworks/base/services/core/java/com/android/server/wm/
H A DLocalAnimationAdapter.java57 public int getBackgroundColor() { method in class:LocalAnimationAdapter
58 return mSpec.getBackgroundColor();
115 * @see AnimationAdapter#getBackgroundColor
117 default int getBackgroundColor() { method in interface:LocalAnimationAdapter.AnimationSpec
H A DAnimationAdapter.java52 @ColorInt int getBackgroundColor(); method in interface:AnimationAdapter
H A DWindowAnimationSpec.java85 public int getBackgroundColor() { method in class:WindowAnimationSpec
86 return mAnimation.getBackgroundColor();
H A DRemoteAnimationController.java337 public int getBackgroundColor() { method in class:RemoteAnimationController.RemoteAnimationAdapterWrapper
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
H A DSwipeDismissPreferenceFragment.java66 mSwipeLayout.setBackgroundColor(getBackgroundColor());
101 private int getBackgroundColor() { method in class:SwipeDismissPreferenceFragment
H A DRoundedDrawableTest.java142 roundedDrawable.getBackgroundColor());
/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java92 public int getBackgroundColor() { method in class:BackgroundColorSpan
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DCardViewImpl.java56 ColorStateList getBackgroundColor(CardViewDelegate cardView); method in interface:CardViewImpl
H A DCardViewApi21Impl.java117 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { method in class:CardViewApi21Impl
H A DCardViewBaseImpl.java123 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { method in class:CardViewBaseImpl
H A DCardView.java303 return IMPL.getBackgroundColor(mCardViewDelegate);
/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
H A DFrameSequence_gif.cpp262 Color8888 bgColor = mFrameSequence.getBackgroundColor();
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java95 holder.mTextView.setBackgroundColor(getBackgroundColor(position));
115 private int getBackgroundColor(int position) { method in class:SimpleStringAdapter
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java95 holder.mTextView.setBackgroundColor(getBackgroundColor(position));
115 private int getBackgroundColor(int position) { method in class:SimpleStringAdapter
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircularProgressLayout.java214 public int getBackgroundColor() { method in class:CircularProgressLayout
215 return mProgressDrawable.getBackgroundColor();
H A DRoundedDrawable.java159 public int getBackgroundColor() { method in class:RoundedDrawable
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DRecentsTaskLoader.java377 if (td != null && td.getBackgroundColor() != 0) {
378 return td.getBackgroundColor();
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircularProgressDrawable.java357 public int getBackgroundColor() { method in class:CircularProgressDrawable
358 return mRing.getBackgroundColor();
784 int getBackgroundColor() { method in class:CircularProgressDrawable.Ring
/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/SettingsLib/src/com/android/settingslib/graph/
H A DSignalDrawable.java210 mPaint.setColor(getBackgroundColor(darkIntensity));
221 private int getBackgroundColor(float darkIntensity) { method in class:SignalDrawable
/frameworks/base/core/java/android/app/
H A DActivityView.java456 mSurfaceView.setResizeBackgroundColor(td.getBackgroundColor());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java688 int endColor = getBackgroundColor(mVisibleType);
689 int startColor = getBackgroundColor(mTransformationStartVisibleType);
883 int customBackgroundColor = getBackgroundColor(mVisibleType);
905 return getBackgroundColor(visibleType);
908 public int getBackgroundColor(int visibleType) { method in class:NotificationContentView
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java782 public int getBackgroundColor() { method in class:Animation

Completed in 339 milliseconds

12