Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_theme.h64 theme->iconColor_ = toolbarPattern->GetAttr<Color>("icon_color", Color()); in ParsePattern()
123 return iconColor_; in GetIconColor()
160 Color iconColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h89 theme->iconColor_ = pattern->GetAttr<Color>("icon_color", Color()); in ParsePattern()
145 return iconColor_; in GetIconColor()
257 Color iconColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_theme.h115 return iconColor_; in GetIconColor()
260 theme->iconColor_ = securityComponentPattern->GetAttr<Color>("icon_color", Color()); in ParsePattern()
284 Color iconColor_; variable
H A Dsecurity_component_handler.cpp640 buttonInfo.iconColor_.value = in InitSCIconInfo()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp143 if (!ParseColor(jsonColors, JsonTagConstants::JSON_ICON_COLOR_TAG, iconColor_)) { in ParseColors()
333 { JsonTagConstants::JSON_ICON_COLOR_TAG, iconColor_.value }, in ToJson()
380 … padding_.bottom, padding_.left, fontColor_.value, bgColor_.value, iconColor_.value, borderWidth_, in CompareComponentBasicInfo()
384 … other->fontColor_.value, other->bgColor_.value, other->iconColor_.value, other->borderWidth_, in CompareComponentBasicInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h82 SecCompColor iconColor_; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp167 ((comp->icon_ != NO_ICON) && (IsColorSimilar(comp->iconColor_, comp->bgColor_))))) { in CheckSecCompBaseButton()
198 ((comp->icon_ != NO_ICON) && (IsColorTransparent(comp->iconColor_)))) { in CheckSecCompBase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.cpp284 iconColor_ = textOverlayTheme->GetMoreOrBackIconColor(); in onDraw()
296 Color iconColor = iconColor_; in DrawbBackArrow()
338 Color iconColor = iconColor_; in DrawbCircles()
H A Dselect_overlay_modifier.h111 Color iconColor_ = Color::BLACK; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp641 iconColor_ = theme->GetTextColorDisable(); in LoadingCancelButtonColor()
643 iconColor_ = textFieldLayoutProperty->GetIconColorValue(); in LoadingCancelButtonColor()
662 info.SetFillColor(iconColor_); in CreateImageSourceInfo()
670 imageRenderProperty->UpdateSvgFillColor(iconColor_); in CreateImageSourceInfo()
H A Dtext_input_response_area.h205 Color iconColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_theme.h143 theme->iconColor_ = pattern->GetAttr<Color>("icon_color", Color(0xe5000000)); in ParsePatternContinue()
494 return iconColor_; in GetIconColor()
670 Color iconColor_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h109 SecCompColor iconColor_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp474 comp1.iconColor_.value = TestCommon::TEST_DIFF_COLOR;
476 comp1.iconColor_.value = TestCommon::TEST_COLOR_BLUE;
H A Dsec_comp_kit_test.cpp105 comp.iconColor_.value = TestCommon::TEST_COLOR;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp51 button.iconColor_.value = ServiceTestCommon::TEST_COLOR_WHITE; in BuildInvalidLocationComponent()
80 button.iconColor_.value = ServiceTestCommon::TEST_COLOR_RED; in BuildValidLocationComponent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp115 theme->iconColor_ = Color::WHITE; in InitDefaultTheme()