Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp366 margin.right = CalcLength(theme->GetIconInsideMargin()); in UpdateIconLayout()
368 margin.left = CalcLength(theme->GetIconInsideMargin()); in UpdateIconLayout()
H A Dapp_bar_theme.h256 const Dimension& GetIconInsideMargin() const in GetIconInsideMargin() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp328 …T_EQ(layoutProperty->GetMarginProperty()->right.value(), CalcLength(theme->GetIconInsideMargin()));
331 …CT_EQ(layoutProperty->GetMarginProperty()->left.value(), CalcLength(theme->GetIconInsideMargin()));