Home
last modified time | relevance | path

Searched refs:styleValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt100 for (styleValue in Style.entries) { in generateThemeStyles() constant
102 styleValue == Style.CLOCK || in generateThemeStyles()
103 styleValue == Style.CLOCK_VIBRANT || in generateThemeStyles()
104 styleValue == Style.CONTENT in generateThemeStyles()
109 val style = document.createElement(styleValue.name.lowercase()) in generateThemeStyles()
110 val colorScheme = ColorScheme(sourceColor.toInt(), false, styleValue) in generateThemeStyles()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt203 val v = filter(tagA!!, start[i++].styleValue, end[j++].styleValue) in <lambda>()
207 val v = filter(tagA!!, start[i++].styleValue, null) in <lambda>()
211 val v = filter(tagB!!, null, end[j++].styleValue) in <lambda>()
/frameworks/base/graphics/java/android/graphics/fonts/
DFontVariationAxis.java48 public FontVariationAxis(@NonNull String tagString, float styleValue) { in FontVariationAxis() argument
54 mStyleValue = styleValue; in FontVariationAxis()
/frameworks/base/native/android/
Dsystem_fonts.cpp200 float styleValue = strtod(reinterpret_cast<const char*>(styleValueStr.get()), nullptr); in copyFont() local
201 out->mAxes.push_back(std::make_pair(tag, styleValue)); in copyFont()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...