Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp56 auto secCompTheme = GetTheme(); in InitLayoutProperty() local
57 CHECK_NULL_VOID(secCompTheme); in InitLayoutProperty()
150 auto secCompTheme = GetTheme(); in SetDefaultTextStyle() local
151 CHECK_NULL_VOID(secCompTheme); in SetDefaultTextStyle()
171 auto secCompTheme = GetTheme(); in SetDefaultIconStyle() local
172 CHECK_NULL_VOID(secCompTheme); in SetDefaultIconStyle()
185 …CalcSize(NG::CalcLength(secCompTheme->GetIconSize()), NG::CalcLength(secCompTheme->GetIconSize()))… in SetDefaultIconStyle()
197 auto secCompTheme = GetTheme(); in SetDefaultBackgroundButton() local
198 CHECK_NULL_VOID(secCompTheme); in SetDefaultBackgroundButton()
375 auto secCompTheme = GetTheme(); in SetBackgroundPadding() local
[all …]