/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | bar_item_layout_algorithm.cpp | 56 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 D | text_timer_layout_algorithm.cpp | 32 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_algorithm.cpp | 30 auto textWrapper = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_layout_algorithm.cpp | 59 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 D | toast_layout_algorithm.cpp | 87 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 D | tab_bar_layout_algorithm.cpp | 223 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 D | grid_container_test_ng.cpp | 126 …auto textWrapper = AceType::DynamicCast<LayoutWrapperNode>(layoutWrapper->GetOrCreateChildByIndex(… variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_layout_algorithm.cpp | 54 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 D | calendar_picker_layout_algorithm.cpp | 62 auto textWrapper = contentWrapper->GetOrCreateChildByIndex(i); in CalendarPickerContentMeasure() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 727 RefPtr<LayoutWrapperNode> textWrapper = variable 766 RefPtr<LayoutWrapperNode> textWrapper = variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng_extension.cpp | 963 auto textWrapper = AceType::MakeRefPtr<LayoutWrapperNode>( variable 1037 RefPtr<LayoutWrapper> textWrapper = textWrapperNode; variable
|
H A D | security_component_test_ng.cpp | 266 auto textWrapper = CreateLayoutWrapper(textNode); in CreateSecurityComponentLayoutWrapper() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_layout_algorithm.cpp | 208 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 D | security_component_layout_algorithm.cpp | 756 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 D | search_layout_algorithm.cpp | 285 auto textWrapper = buttonWrapper->GetChildByIndex(0); in SearchButtonMeasure() local
|