Searched refs:textIconSpace_ (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_theme.h | 95 return textIconSpace_; in GetTextIconSpace() 256 … theme->textIconSpace_ = securityComponentPattern->GetAttr<Dimension>("text_icon_padding", 0.0_vp); in ParsePattern() 279 Dimension textIconSpace_; variable
|
H A D | security_component_handler.cpp | 600 buttonInfo.textIconSpace_ = in InitBaseInfo()
|
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/ |
H A D | sec_comp_base.cpp | 178 if (!ParseDimension(jsonSize, JsonTagConstants::JSON_TEXT_ICON_PADDING_TAG, textIconSpace_)) { in ParseSize() 327 { JsonTagConstants::JSON_TEXT_ICON_PADDING_TAG, textIconSpace_ }, in ToJson() 379 …auto leftValue = std::tie(type_, fontSize_, iconSize_, textIconSpace_, padding_.top, padding_.righ… in CompareComponentBasicInfo() 382 …auto rightValue = std::tie(other->type_, other->fontSize_, other->iconSize_, other->textIconSpace_, in CompareComponentBasicInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_base_mock.h | 78 double textIconSpace_; variable
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_base.h | 105 DimensionT textIconSpace_ = DEFAULT_DIMENSION; variable
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | location_button_test.cpp | 458 comp1.textIconSpace_ = DEFAULT_DIMENSION; 460 comp1.textIconSpace_ = TestCommon::TEST_SIZE;
|
H A D | sec_comp_kit_test.cpp | 102 comp.textIconSpace_ = TestCommon::TEST_SIZE;
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_info_helper.cpp | 192 (comp->textIconSpace_ < MIN_PADDING_SIZE)) { in CheckSecCompBase()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_manager_test.cpp | 49 button.textIconSpace_ = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent() 78 button.textIconSpace_ = ServiceTestCommon::TEST_SIZE; in BuildValidLocationComponent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 111 theme->textIconSpace_ = Dimension(DEFAULT_PADDING); in InitDefaultTheme()
|