Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/
H A Deditabletitlebar.ets61 const MAX_LINE_ONE = 1;
281 .maxLines(this.subtitle ? MAX_LINE_ONE : MAX_LINES_TWO)
299 .maxLines(MAX_LINE_ONE)
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js39 const MAX_LINE_ONE = 1; constant
426 Text.maxLines(this.subtitle ? MAX_LINE_ONE : MAX_LINES_TWO);
454 Text.maxLines(MAX_LINE_ONE);