Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dblur_style_theme.cpp68 constexpr static char brightnessName[] = "brightness"; in ParseBlurParam() local
74 auto brightnessFullName = std::string(prefix) + "_" + styleName + "_" + brightnessName; in ParseBlurParam()