Home
last modified time | relevance | path

Searched defs:maxLines (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_request_data.h39 std::optional<uint32_t> maxLines; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h39 uint32_t maxLines; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h53 std::optional<int32_t> maxLines; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_ffi.cpp86 void FfiOHOSAceFrameworkTextSetMaxLines(int32_t maxLines) in FfiOHOSAceFrameworkTextSetMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp155 …utAlgorithm::UpdateOptionsMaxLines(const std::vector<RefPtr<FrameNode>>& options, int32_t maxLines) in UpdateOptionsMaxLines()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md85 ### maxLines subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md85 ### maxLines subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_style.h55 size_t maxLines = 1e9; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model.h100 std::optional<uint32_t> maxLines; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h131 uint32_t maxLines = UINT32_MAX; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtext_composed_element.cpp91 auto maxLines = in GetMaxLines() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp96 std::optional<uint32_t> maxLines = std::nullopt; member
H A Dbutton_test_ng.cpp109 std::optional<uint32_t> maxLines = std::nullopt; member
H A Dbutton_content_modifier_test_ng.cpp91 std::optional<uint32_t> maxLines = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h208 uint32_t maxLines = INT32_MAX; member
504 void SetMaxLines(uint32_t maxLines) in SetMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp71 auto maxLines = property->GetMaxLines(); in TextLayoutPropertyToString() local
526 auto maxLines = hasSubTitle ? 1 : TITLEBAR_MAX_LINES; in ResetMainTitleProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp561 auto maxLines = textStyle.GetMaxLines(); in BuildParagraphAdaptUseLayoutConstraint() local
H A Dmultiple_paragraph_layout_algorithm.cpp476 auto maxLines = static_cast<int32_t>(paraStyle.maxLines); in UpdateParagraphBySpan() local
H A Dtext_pattern.cpp1590 auto maxLines = textLayoutProperty->GetMaxLinesValue(Infinity<uint32_t>()); in GetTextHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp339 auto maxLines = static_cast<int32_t>(limitHeight / textLineHeight); in UpdateTextSizeConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp291 JSRef<JSVal> maxLines = obj->GetProperty("maxLines"); in SetLableStyle() local
H A Djs_tab_content.cpp293 JSRef<JSVal> maxLines = obj->GetProperty("maxLines"); in SetLabelStyle() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp365 int64_t maxLines = 0; in GetParagraphStyleFromJS() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp406 auto maxLines = maxLinesArg->Int32Value(vm); in PutButtonValuesParameters() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6830 auto maxLines = json->GetString("maxLines"); in OnBackPressed() local
7052 …auto maxLines = GreatOrEqual(GetMaxLines(), Infinity<uint32_t>()) ? "INF" : std::to_string(GetMaxL… in OnBackPressed() local

12