Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h118 bool HasAttr(const std::string& attr) const in HasAttr() function
H A Dtheme_manager_impl.cpp190 …if (themeStyle->HasAttr(THEME_ATTR_BG_COLOR) && !themeConstants_->HasCustomStyle(THEME_APP_BACKGRO… in GetBackgroundColor()