Home
last modified time | relevance | path

Searched refs:GetTextMaxLines (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Ddsl_text_field_creator_test.cpp124 …EXPECT_EQ(static_cast<uint32_t>(textFieldComponent->GetTextMaxLines()), TEXT_FIELD_ATTR_MAX_LINES);
173 …EXPECT_EQ(static_cast<uint32_t>(textFieldComponent->GetTextMaxLines()), TEXT_FIELD_ATTR_MAX_LINES_…
H A Drender_text_field_test.cpp44 int32_t GetTextMaxLines() const in GetTextMaxLines() function in OHOS::Ace::MockRenderTextField
279 EXPECT_EQ(renderTextField->GetTextMaxLines(), TEXT_FIELD_MAXLINE_THREE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_item_model_impl.cpp42 textStyle_.SetMaxLines(stepperTheme->GetTextMaxLines()); in Create()
H A Dbutton_model_impl.cpp113 textStyle.SetMaxLines(buttonTheme ? buttonTheme->GetTextMaxLines() : 1); in CreateWithLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp54 textStyle.SetMaxLines(buttonTheme->GetTextMaxLines()); in Build()
327 textStyle.SetMaxLines(theme->GetTextMaxLines()); in ApplyTheme()
H A Dbutton_theme.h289 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp91 uint32_t TextFieldComponent::GetTextMaxLines() const in GetTextMaxLines() function in OHOS::Ace::TextFieldComponent
93 return declaration_->GetTextMaxLines(); in GetTextMaxLines()
H A Dtext_field_component.h65 uint32_t GetTextMaxLines() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_theme.h107 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_theme.h151 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
H A Dtoast_component.cpp90 toastTextStyle.SetMaxLines(toastTheme->GetTextMaxLines()); in BuildToastContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.cpp90 textStyle_.SetMaxLines(theme->GetTextMaxLines()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h324 int32_t GetTextMaxLines() const in GetTextMaxLines() function
H A Dmenu_view.cpp1330 textLayoutProperty->UpdateMaxLines(menuTheme->GetTextMaxLines()); in NeedAgingUpdateNode()
/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.cpp149 UpdateOptionsMaxLines(options, menuTheme->GetTextMaxLines()); in NeedAgingUpdateParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp44 textStyle.SetMaxLines(theme->GetTextMaxLines()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_modifier.cpp394 int32_t GetTextMaxLines(ArkUINodeHandle node) in GetTextMaxLines() function
1213 …GetTextTextCase, GetTextLetterSpacing, GetTextMaxLines, GetTextAlign, GetTextTextOverflow, GetText… in GetTextModifier()
1245 …GetTextLetterSpacing, GetTextMaxLines, GetTextAlign, GetTextTextOverflow, GetTextTextIndent, GetFo… in GetCJUITextModifier()
H A Dbutton_modifier.cpp271 buttonParameters.maxLines = buttonTheme->GetTextMaxLines(); in ButtonCompleteParameters()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp69 style.textStyle.SetMaxLines(buttonTheme->GetTextMaxLines()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp129 textLayoutProperty->UpdateMaxLines(buttonTheme->GetTextMaxLines()); in UpdateTextLayoutProperty()
H A Dbutton_model_ng.cpp419 textLayoutProperty->UpdateMaxLines(buttonTheme->GetTextMaxLines()); in SetTextDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp255 buttonParameters.maxLines = buttonTheme->GetTextMaxLines(); in CompleteParameters()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h286 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1484 textProperty->UpdateMaxLines(menuTheme->GetTextMaxLines()); in UpdateMaxLinesFromTheme()

12