Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h90 theme->menuIconColor_ = pattern->GetAttr<Color>("memu_icon_color", Color()); in ParsePattern()
150 return menuIconColor_; in GetMenuIconColor()
258 Color menuIconColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_theme.h86 theme->menuIconColor_ = pattern->GetAttr<Color>("menu_icon_color", Color(0x99000000)); in ParsePattern()
158 return menuIconColor_; in GetMenuIconColor()
255 Color menuIconColor_ = Color(0x99000000); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h185 … theme->menuIconColor_ = pattern->GetAttr<Color>("menu_icon_color", theme->menuIconColor_); in ParsePartOne()
397 theme->menuIconColor_ = menuIconColor_; in ClonePartTwo()
841 return menuIconColor_; in GetMenuIconColor()
1162 Color menuIconColor_ = Color(0x99182431); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h68 theme->menuIconColor_ = pattern->GetAttr<Color>("menu_icon_color", Color::WHITE); in Build()
259 return menuIconColor_; in GetMenuIconColor()
608 Color menuIconColor_; variable