/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_model_ng.cpp | 40 textLayoutProperty->UpdateMaxLines(1); in Create() 47 textLayoutProperty->UpdateMaxLines(1); in Create() 192 textLayoutProperty->UpdateMaxLines(TEXT_MAX_LINES); in CreateFrameNode() 199 textLayoutProperty->UpdateMaxLines(TEXT_MAX_LINES); in CreateFrameNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_view.cpp | 95 layoutProps->UpdateMaxLines(1); in SetHeader() 135 layoutProps->UpdateMaxLines(1); in SetFooter()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testfour.cpp | 64 layoutProperty->UpdateMaxLines(0); 281 layoutProperty->UpdateMaxLines(0); 381 layoutProperty->UpdateMaxLines(0); 457 layoutProperty->UpdateMaxLines(0);
|
H A D | text_field_pattern_testtwo.cpp | 202 layoutProperty->UpdateMaxLines(0); 805 layoutProperty->propTextLineStyle_->UpdateMaxLines(2); 837 layoutProperty->propTextLineStyle_->UpdateMaxLines(1); 841 layoutProperty->propTextLineStyle_->UpdateMaxLines(2); 1041 layoutProperty->propTextLineStyle_->UpdateMaxLines(1); 1216 layoutProperty->UpdateMaxLines(1); 1229 layoutProperty->UpdateMaxLines(1024); 1405 layoutProperty->UpdateMaxLines(1);
|
H A D | text_field_controller_test.cpp | 304 layoutProperty_->UpdateMaxLines(2); 306 layoutProperty_->UpdateMaxLines(1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 127 textLayoutProperty->UpdateMaxLines(buttonTheme->GetAgingTextMaxLines()); in UpdateTextLayoutProperty() 129 textLayoutProperty->UpdateMaxLines(buttonTheme->GetTextMaxLines()); in UpdateTextLayoutProperty() 136 textLayoutProperty->UpdateMaxLines(layoutProperty->GetMaxLines().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.h | 124 void UpdateMaxLines(LayoutWrapper* layoutWrapper, int32_t index);
|
H A D | tab_content_model_ng.cpp | 365 textLayoutProperty->UpdateMaxLines(1); in AddTabBarItem() 604 textLayoutProperty->UpdateMaxLines(labelStyle.maxLines.value()); in UpdateLabelStyle()
|
H A D | tab_bar_layout_algorithm.cpp | 214 void TabBarLayoutAlgorithm::UpdateMaxLines(LayoutWrapper* layoutWrapper, int32_t index) in UpdateMaxLines() function in OHOS::Ace::NG::TabBarLayoutAlgorithm 227 textLayoutProperty->UpdateMaxLines(TWO); in UpdateMaxLines() 566 UpdateMaxLines(layoutWrapper, index); in MeasureItem()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 95 textLineStyle->UpdateMaxLines(1024);
|
H A D | text_base.cpp | 101 span2->textLineStyle->UpdateMaxLines(1); in ConstructSpanItemList1()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 493 titleProp->UpdateMaxLines(DIALOG_TITLE_MAXLINES); in BuildMainTitle() 505 titleProp->UpdateMaxLines(ADAPT_TITLE_MAX_LINES); in BuildMainTitle() 548 titleProp->UpdateMaxLines(DIALOG_TITLE_MAXLINES); in BuildSubTitle() 557 titleProp->UpdateMaxLines(ADAPT_TITLE_MAX_LINES); in BuildSubTitle() 896 textProps->UpdateMaxLines(1); in CreateButtonText() 981 props->UpdateMaxLines(style.GetMaxLines()); in BuildSheetInfoTitle() 1446 titleProp->UpdateMaxLines(ADAPT_TITLE_MAX_LINES); in UpdateTitleTextFontScale() 1458 titleProp->UpdateMaxLines(ADAPT_TITLE_MAX_LINES); in UpdateTitleTextFontScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_pattern.cpp | 99 textLayoutProperty->UpdateMaxLines(1); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_view.cpp | 282 titleProp->UpdateMaxLines(SHEET_TITLE_MAX_LINES); in BuildMainTitle() 322 titleProp->UpdateMaxLines(SHEET_TITLE_MAX_LINES); in BuildSubTitle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_pattern.cpp | 198 textLayoutProperty->UpdateMaxLines(stepperTheme->GetTextMaxLines()); in CreateLeftButtonNode() 336 textLayoutProperty->UpdateMaxLines(stepperTheme->GetTextMaxLines()); in CreateArrowRightButtonNode() 425 textLayoutProperty->UpdateMaxLines(stepperTheme->GetTextMaxLines()); in CreateArrowlessRightButtonNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_layout_algorithm.cpp | 164 textLayoutProperty->UpdateMaxLines(maxLines); in UpdateOptionsMaxLines()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.cpp | 151 UpdateMaxLines(StringUtils::StringToUint(json->GetString("maxLines"))); in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_pattern.cpp | 191 limitValueTextProperty->UpdateMaxLines(1); in InitLimitValueText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_util.cpp | 171 textLayoutProperty->UpdateMaxLines(dialogTheme->GetMaxLines()); in CreateDialogTextNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 1429 textProperty->UpdateMaxLines(1); in UpdateTextOverflow() 1431 textProperty->UpdateMaxLines(std::numeric_limits<int32_t>::max()); in UpdateTextOverflow() 1435 textProperty->UpdateMaxLines(1); in UpdateTextOverflow() 1484 textProperty->UpdateMaxLines(menuTheme->GetTextMaxLines()); in UpdateMaxLinesFromTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_model_ng.cpp | 155 textLayoutProperty->UpdateMaxLines(secCompTheme->GetDefaultTextMaxLines()); in SetDefaultTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 85 textProperty->UpdateMaxLines(1); in CreateText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 358 textLayoutProperty->UpdateMaxLines(1); in UpdateBadgeLayoutAndRenderContext()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_pattern.cpp | 462 textLayoutProperty->UpdateMaxLines(2); in UpdateTitleNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_title_util.cpp | 717 textLayoutProperty->UpdateMaxLines(titleInfo.hasSubTitle ? 1 : TITLEBAR_MAX_LINES); in CreateOrUpdateMainTitle() 783 textLayoutProperty->UpdateMaxLines(titleInfo.hasSubTitle ? 1 : TITLEBAR_MAX_LINES); in CreateOrUpdateDestinationMainTitle()
|