/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/ |
H A D | dsl_text_field_creator_test.cpp | 124 …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 D | render_text_field_test.cpp | 44 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 D | stepper_item_model_impl.cpp | 42 textStyle_.SetMaxLines(stepperTheme->GetTextMaxLines()); in Create()
|
H A D | button_model_impl.cpp | 113 textStyle.SetMaxLines(buttonTheme ? buttonTheme->GetTextMaxLines() : 1); in CreateWithLabel()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 54 textStyle.SetMaxLines(buttonTheme->GetTextMaxLines()); in Build() 327 textStyle.SetMaxLines(theme->GetTextMaxLines()); in ApplyTheme()
|
H A D | button_theme.h | 289 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 91 uint32_t TextFieldComponent::GetTextMaxLines() const in GetTextMaxLines() function in OHOS::Ace::TextFieldComponent 93 return declaration_->GetTextMaxLines(); in GetTextMaxLines()
|
H A D | text_field_component.h | 65 uint32_t GetTextMaxLines() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_theme.h | 107 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/ |
H A D | toast_theme.h | 151 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
|
H A D | toast_component.cpp | 90 toastTextStyle.SetMaxLines(toastTheme->GetTextMaxLines()); in BuildToastContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stepper_item.cpp | 90 textStyle_.SetMaxLines(theme->GetTextMaxLines()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_theme.h | 324 int32_t GetTextMaxLines() const in GetTextMaxLines() function
|
H A D | menu_view.cpp | 1330 textLayoutProperty->UpdateMaxLines(menuTheme->GetTextMaxLines()); in NeedAgingUpdateNode()
|
/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 | 149 UpdateOptionsMaxLines(options, menuTheme->GetTextMaxLines()); in NeedAgingUpdateParams()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_button_util.cpp | 44 textStyle.SetMaxLines(theme->GetTextMaxLines()); in InitDefaultValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 394 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 D | button_modifier.cpp | 271 buttonParameters.maxLines = buttonTheme->GetTextMaxLines(); in ButtonCompleteParameters()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.cpp | 69 style.textStyle.SetMaxLines(buttonTheme->GetTextMaxLines()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 129 textLayoutProperty->UpdateMaxLines(buttonTheme->GetTextMaxLines()); in UpdateTextLayoutProperty()
|
H A D | button_model_ng.cpp | 419 textLayoutProperty->UpdateMaxLines(buttonTheme->GetTextMaxLines()); in SetTextDefaultStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_button.cpp | 255 buttonParameters.maxLines = buttonTheme->GetTextMaxLines(); in CompleteParameters()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 286 uint32_t GetTextMaxLines() const in GetTextMaxLines() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 1484 textProperty->UpdateMaxLines(menuTheme->GetTextMaxLines()); in UpdateMaxLinesFromTheme()
|