Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_box.cpp33 bool FocusBox::HasCustomStyle() const in HasCustomStyle() function in OHOS::Ace::NG::FocusBox
40 if (!box.HasCustomStyle()) { in ToJsonValue()
H A Dfocus_box.h40 bool HasCustomStyle() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.h337 bool HasCustomStyle(uint32_t key) const in HasCustomStyle() function
H A Dtheme_manager_impl.cpp190 …if (themeStyle->HasAttr(THEME_ATTR_BG_COLOR) && !themeConstants_->HasCustomStyle(THEME_APP_BACKGRO… in GetBackgroundColor()