Home
last modified time | relevance | path

Searched refs:UpdateMaxLines (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.cpp40 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 Dmenu_item_group_view.cpp95 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 Dtext_field_pattern_testfour.cpp64 layoutProperty->UpdateMaxLines(0);
281 layoutProperty->UpdateMaxLines(0);
381 layoutProperty->UpdateMaxLines(0);
457 layoutProperty->UpdateMaxLines(0);
H A Dtext_field_pattern_testtwo.cpp202 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 Dtext_field_controller_test.cpp304 layoutProperty_->UpdateMaxLines(2);
306 layoutProperty_->UpdateMaxLines(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp127 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 Dtab_bar_layout_algorithm.h124 void UpdateMaxLines(LayoutWrapper* layoutWrapper, int32_t index);
H A Dtab_content_model_ng.cpp365 textLayoutProperty->UpdateMaxLines(1); in AddTabBarItem()
604 textLayoutProperty->UpdateMaxLines(labelStyle.maxLines.value()); in UpdateLabelStyle()
H A Dtab_bar_layout_algorithm.cpp214 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 Dtext_testsix_ng.cpp95 textLineStyle->UpdateMaxLines(1024);
H A Dtext_base.cpp101 span2->textLineStyle->UpdateMaxLines(1); in ConstructSpanItemList1()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp493 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 Dbadge_pattern.cpp99 textLayoutProperty->UpdateMaxLines(1); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_view.cpp282 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 Dstepper_pattern.cpp198 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 Dselect_layout_algorithm.cpp164 textLayoutProperty->UpdateMaxLines(maxLines); in UpdateOptionsMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.cpp151 UpdateMaxLines(StringUtils::StringToUint(json->GetString("maxLines"))); in FromJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp191 limitValueTextProperty->UpdateMaxLines(1); in InitLimitValueText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp171 textLayoutProperty->UpdateMaxLines(dialogTheme->GetMaxLines()); in CreateDialogTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1429 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 Dsecurity_component_model_ng.cpp155 textLayoutProperty->UpdateMaxLines(secCompTheme->GetDefaultTextMaxLines()); in SetDefaultTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp85 textProperty->UpdateMaxLines(1); in CreateText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp358 textLayoutProperty->UpdateMaxLines(1); in UpdateBadgeLayoutAndRenderContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp462 textLayoutProperty->UpdateMaxLines(2); in UpdateTitleNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp717 textLayoutProperty->UpdateMaxLines(titleInfo.hasSubTitle ? 1 : TITLEBAR_MAX_LINES); in CreateOrUpdateMainTitle()
783 textLayoutProperty->UpdateMaxLines(titleInfo.hasSubTitle ? 1 : TITLEBAR_MAX_LINES); in CreateOrUpdateDestinationMainTitle()

123