Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_layout_algorithm.cpp56 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureToolbarItemText() local
94 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
130 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in LayoutText() local
183 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(index); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp32 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp30 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp59 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(0); in Measure() local
194 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(0); in UpdateMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_algorithm.cpp87 size_t GetLineCount(const RefPtr<LayoutWrapper>& textWrapper, LayoutConstraintF& layoutConstraint) in GetLineCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp223 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in UpdateMaxLines() local
549 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in MeasureItem() local
557 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in MeasureItem() local
592 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in SetTabBarMargin() local
739 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in ApplyLayoutMode() local
873 auto textWrapper = childWrapper->GetOrCreateChildByIndex(1); in UpdateChildMarginProperty() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp126 …auto textWrapper = AceType::DynamicCast<LayoutWrapperNode>(layoutWrapper->GetOrCreateChildByIndex(… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp54 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(childrenSize - 1); in Measure() local
263 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(childrenSize - 1); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_algorithm.cpp62 auto textWrapper = contentWrapper->GetOrCreateChildByIndex(i); in CalendarPickerContentMeasure() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp727 RefPtr<LayoutWrapperNode> textWrapper = variable
766 RefPtr<LayoutWrapperNode> textWrapper = variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp963 auto textWrapper = AceType::MakeRefPtr<LayoutWrapperNode>( variable
1037 RefPtr<LayoutWrapper> textWrapper = textWrapperNode; variable
H A Dsecurity_component_test_ng.cpp266 auto textWrapper = CreateLayoutWrapper(textNode); in CreateSecurityComponentLayoutWrapper() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp208 auto textWrapper = rowWrapper->GetOrCreateChildByIndex(isLeft ? 1 : 0); in MeasureText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp756 auto textWrapper = GetChildWrapper(layoutWrapper, V2::TEXT_ETS_TAG); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp285 auto textWrapper = buttonWrapper->GetChildByIndex(0); in SearchButtonMeasure() local