Searched refs:fgColor (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/ |
H A D | RadialGlow.kt | 37 val fgColor = color(.51f, .52f, .50f, .4f) regex 81 paint.setColor(fgColor)
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
H A D | ThemedBatteryDrawable.kt | 341 fun setColors(fgColor: Int, bgColor: Int, singleToneColor: Int) { 342 fillColor = if (dualTone) fgColor else singleToneColor
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewStructure.java | 203 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 D | ViewNode.java | 816 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 D | SplashscreenContentDrawer.java | 879 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 D | AssistStructure.java | 2006 public void setTextStyle(float size, int fgColor, int bgColor, int style) { in setTextStyle() argument 2008 t.mTextColor = fgColor; in setTextStyle()
|