Home
last modified time | relevance | path

Searched refs:iconBackground (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DTile.kt157 colors.iconBackground in <lambda>()
209 color = colors.iconBackground, in <lambda>()
491 val iconBackground: Color, constant in com.android.systemui.qs.panels.ui.compose.TileColors
505 iconBackground = MaterialTheme.colorScheme.primary, in activeTileColors()
515 iconBackground = MaterialTheme.colorScheme.surfaceVariant, in activeTileColors()
525 iconBackground = MaterialTheme.colorScheme.surface, in activeTileColors()
/frameworks/base/core/java/android/window/
DSplashScreenView.java213 public Builder setIconBackground(Drawable iconBackground) { in setIconBackground() argument
214 mIconBackground = iconBackground; in setIconBackground()