Home
last modified time | relevance | path

Searched defs:iconWrapper (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_layout_algorithm.cpp39 auto iconWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureIcon() local
106 auto iconWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in LayoutIcon() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp1067 RefPtr<LayoutWrapper> iconWrapper = imageWrapperNode; variable
1096 RefPtr<LayoutWrapper> iconWrapper = imageWrapperNode; variable
1204 RefPtr<LayoutWrapper> iconWrapper = imageWrapperNode; variable
1236 RefPtr<LayoutWrapper> iconWrapper = imageWrapperNode; variable
H A Dsecurity_component_test_ng.cpp257 auto iconWrapper = CreateLayoutWrapper(iconNode); in CreateSecurityComponentLayoutWrapper() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp538 auto iconWrapper = childWrapper->GetOrCreateChildByIndex(0); in MeasureItem() local
622 auto iconWrapper = childWrapper->GetOrCreateChildByIndex(0); in MeasureItemSecond() local
879 auto iconWrapper = childWrapper->GetOrCreateChildByIndex(0); in UpdateChildMarginProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp753 auto iconWrapper = GetChildWrapper(layoutWrapper, V2::IMAGE_ETS_TAG); in Measure() local