Home
last modified time | relevance | path

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 Dsecurity_component_theme.h95 return textIconSpace_; in GetTextIconSpace()
256 … theme->textIconSpace_ = securityComponentPattern->GetAttr<Dimension>("text_icon_padding", 0.0_vp); in ParsePattern()
279 Dimension textIconSpace_; variable
H A Dsecurity_component_handler.cpp600 buttonInfo.textIconSpace_ = in InitBaseInfo()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp178 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 Dsec_comp_base_mock.h78 double textIconSpace_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h105 DimensionT textIconSpace_ = DEFAULT_DIMENSION; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp458 comp1.textIconSpace_ = DEFAULT_DIMENSION;
460 comp1.textIconSpace_ = TestCommon::TEST_SIZE;
H A Dsec_comp_kit_test.cpp102 comp.textIconSpace_ = TestCommon::TEST_SIZE;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp192 (comp->textIconSpace_ < MIN_PADDING_SIZE)) { in CheckSecCompBase()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp49 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 Dsecurity_component_test_ng.cpp111 theme->textIconSpace_ = Dimension(DEFAULT_PADDING); in InitDefaultTheme()