Home
last modified time | relevance | path

Searched refs:fgColor (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DRadialGlow.kt37 val fgColor = color(.51f, .52f, .50f, .4f) regex
81 paint.setColor(fgColor)
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DThemedBatteryDrawable.kt341 fun setColors(fgColor: Int, bgColor: Int, singleToneColor: Int) {
342 fillColor = if (dualTone) fgColor else singleToneColor
/aosp12/frameworks/base/core/java/android/view/
H A DViewStructure.java203 public abstract void setTextStyle(float size, int fgColor, int bgColor, int style); in setTextStyle() argument
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java816 public void setTextStyle(float size, int fgColor, int bgColor, int style) { in setTextStyle() argument
818 t.mTextColor = fgColor; in setTextStyle()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java879 IconColor(int hash, int fgColor, int bgColor, boolean isBgComplex, in IconColor() argument
882 mFgColor = fgColor; in IconColor()
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java2006 public void setTextStyle(float size, int fgColor, int bgColor, int style) { in setTextStyle() argument
2008 t.mTextColor = fgColor; in setTextStyle()