Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 25 of 92) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java57 public int getBackgroundColor() { in getBackgroundColor() method in LocalAnimationAdapter
58 return mSpec.getBackgroundColor(); in getBackgroundColor()
117 default int getBackgroundColor() { in getBackgroundColor() method
DAnimationAdapter.java52 @ColorInt int getBackgroundColor(); in getBackgroundColor() method
DWindowAnimationSpec.java85 public int getBackgroundColor() { in getBackgroundColor() method in WindowAnimationSpec
86 return mAnimation.getBackgroundColor(); in getBackgroundColor()
/frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
DSwipeDismissPreferenceFragment.java66 mSwipeLayout.setBackgroundColor(getBackgroundColor()); in onCreateView()
101 private int getBackgroundColor() { in getBackgroundColor() method in SwipeDismissPreferenceFragment
DRoundedDrawableTest.java142 roundedDrawable.getBackgroundColor()); in inflate()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvBoxAdapter.java82 holder.mTextView.setBackgroundColor(getBackgroundColor(position)); in onBindViewHolder()
85 private int getBackgroundColor(int position) { in getBackgroundColor() method in RvBoxAdapter
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
DSimpleStringAdapter.java95 holder.mTextView.setBackgroundColor(getBackgroundColor(position)); in onBindViewHolder()
115 private int getBackgroundColor(int position) { in getBackgroundColor() method in SimpleStringAdapter
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
DCardViewImpl.java56 ColorStateList getBackgroundColor(CardViewDelegate cardView); in getBackgroundColor() method
DCardViewApi21Impl.java117 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewApi21Impl
DCardViewBaseImpl.java123 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewBaseImpl
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DCircularProgressLayout.java214 public int getBackgroundColor() { in getBackgroundColor() method in CircularProgressLayout
215 return mProgressDrawable.getBackgroundColor(); in getBackgroundColor()
DRoundedDrawable.java159 public int getBackgroundColor() { in getBackgroundColor() method in RoundedDrawable
/frameworks/base/core/java/android/text/style/
DBackgroundColorSpan.java92 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.h59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor() function
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DCircularProgressDrawable.java357 public int getBackgroundColor() { in getBackgroundColor() method in CircularProgressDrawable
358 return mRing.getBackgroundColor(); in getBackgroundColor()
784 int getBackgroundColor() { in getBackgroundColor() method in CircularProgressDrawable.Ring
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DRecentsTaskLoader.java377 if (td != null && td.getBackgroundColor() != 0) { in getActivityBackgroundColor()
378 return td.getBackgroundColor(); in getActivityBackgroundColor()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java255 ss.mBackgroundColor = mManager.getBackgroundColor(); in onSaveInstanceState()
861 public int getBackgroundColor() { in getBackgroundColor() method in EditStyledText
862 return mManager.getBackgroundColor(); in getBackgroundColor()
1140 marquee.resetColor(mEST.getBackgroundColor()); in onRefreshStyles()
1226 int backgroundColor = mEST.getBackgroundColor(); in setTextComposingMask()
1236 || mComposingTextMask.getBackgroundColor() != maskColor) { in setTextComposingMask()
1287 public int getBackgroundColor() { in getBackgroundColor() method in EditStyledText.EditorManager
1725 setLineStyledTextSpan(new MarqueeSpan(marquee, mEST.getBackgroundColor())); in addMarquee()
1895 int bgColor = mEST.getBackgroundColor(); in getPreviewHtml()
/frameworks/support/swiperefreshlayout/api_legacy/
D0.0.0.txt10 method public int getBackgroundColor();
D28.0.0-alpha1.txt10 method public int getBackgroundColor();
Dcurrent.txt10 method public int getBackgroundColor();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java688 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation()
689 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation()
883 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor()
905 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState()
908 public int getBackgroundColor(int visibleType) { in getBackgroundColor() method in NotificationContentView
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java210 mPaint.setColor(getBackgroundColor(darkIntensity)); in setDarkIntensity()
221 private int getBackgroundColor(float darkIntensity) { in getBackgroundColor() method in SignalDrawable
/frameworks/support/swiperefreshlayout/api/
Dcurrent.txt10 method public int getBackgroundColor();
/frameworks/support/wear/api_legacy/
D26.0.0.txt34 method public int getBackgroundColor();
66 method public int getBackgroundColor();
D26.1.0.txt34 method public int getBackgroundColor();
66 method public int getBackgroundColor();

1234