Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp31 constexpr uint32_t TITLE_TEXT_MAX_LINES = 1; variable
237 textStyle.SetMaxLines(TITLE_TEXT_MAX_LINES); in InitializeInnerBox()