Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp414 const auto platformConstants = ThemeConstants::GetPlatformConstants(key); in GetValue() local
415 if (platformConstants == nullptr) { in GetValue()
418 if (platformConstants->type != ThemeConstantsType::REFERENCE) { in GetValue()
419 return *platformConstants; in GetValue()
422 auto uintPtr = std::get_if<uint32_t>(&(platformConstants->value)); in GetValue()
428 refValue.isPublic = platformConstants->isPublic; in GetValue()
429 auto blendAlpha = GetBlendAlpha(platformConstants->blendAlpha); in GetValue()