Home
last modified time | relevance | path

Searched refs:SELECT_ITSELF_TEXT_LINES (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp27 constexpr uint32_t SELECT_ITSELF_TEXT_LINES = 1; variable
113 textStyle.SetMaxLines(SELECT_ITSELF_TEXT_LINES); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp60 constexpr uint32_t SELECT_ITSELF_TEXT_LINES = 1; variable
898 textProps->UpdateMaxLines(SELECT_ITSELF_TEXT_LINES); in InitTextProps()