Searched refs:styleValue (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/ |
D | ColorSchemeTest.kt | 100 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/ |
D | FontInterpolator.kt | 203 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/ |
D | FontVariationAxis.java | 48 public FontVariationAxis(@NonNull String tagString, float styleValue) { in FontVariationAxis() argument 54 mStyleValue = styleValue; in FontVariationAxis()
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 200 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |