Home
last modified time | relevance | path

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

/frameworks/native/libs/bufferstreams/examples/app/java/com/android/graphics/bufferstreamsdemoapp/ui/
DTheme.kt34 dynamicColor: Boolean = true, in JetpackTheme()
38 dynamicColor -> { in JetpackTheme()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DDynamicRenderResources.java134 int dynamicColor = mDynamicColorMap.get(baseValue.getName()); in resolveDynamicColors() local
135 String colorHex = "#" + Integer.toHexString(dynamicColor).substring(2); in resolveDynamicColors()