Home
last modified time | relevance | path

Searched defs:textWrapper (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dbar_item_layout_algorithm.cpp45 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureToolbarItemText() local
85 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
136 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in LayoutText() local
204 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
Dselect_layout_algorithm.cpp56 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(0); in Measure() local
97RefPtr<LayoutWrapper> textWrapper, const LayoutConstraintF& childConstraint, std::optional<float> … in MeasureSelectText()
229 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(0); in UpdateMargin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_layout_algorithm.cpp28 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_layout_algorithm.cpp32 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_bar_layout_algorithm.cpp247 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in UpdateMaxLines() local
676 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in MeasureItem() local
684 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in MeasureItem() local
719 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in SetTabBarMargin() local
870 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in ApplyLayoutMode() local
1004 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in UpdateChildMarginProperty() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
Dgrid_container_test_ng.cpp126 …auto textWrapper = AceType::DynamicCast<LayoutWrapperNode>(layoutWrapper->GetOrCreateChildByIndex(… variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
Dbadge_layout_algorithm.cpp45 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(childrenSize - 1); in Measure() local
255 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(childrenSize - 1); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
Dtoast_layout_algorithm.cpp94 size_t GetLineCount(const RefPtr<LayoutWrapper>& textWrapper, LayoutConstraintF& layoutConstraint) in GetLineCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_picker_layout_algorithm.cpp34 auto textWrapper = contentWrapper->GetOrCreateChildByIndex(i); in CalculateContentSize() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
Dsecurity_component_test_ng_extension.cpp1444 auto textWrapper = AceType::MakeRefPtr<LayoutWrapperNode>( variable
1518 RefPtr<LayoutWrapper> textWrapper = textWrapperNode; variable
2127 RefPtr<LayoutWrapper> textWrapper = textWrapperNode; in InitLayoutAlgorithm() local
Dsecurity_component_test_ng.cpp270 auto textWrapper = CreateLayoutWrapper(textNode); in CreateSecurityComponentLayoutWrapper() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
Dprogress_test_ng.cpp774 RefPtr<LayoutWrapperNode> textWrapper = variable
813 RefPtr<LayoutWrapperNode> textWrapper = variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_layout_algorithm.cpp216 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(isLeft ? 1 : 0); in MeasureText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_layout_algorithm.cpp905 auto textWrapper = GetChildWrapper(layoutWrapper, V2::TEXT_ETS_TAG); in InitLayoutWrapper() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_layout_algorithm.cpp356 auto textWrapper = buttonWrapper->GetChildByIndex(0); in SearchButtonMeasure() local