Home
last modified time | relevance | path

Searched refs:FontSizeScaleLevel (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js31 var FontSizeScaleLevel; variable
36 })(FontSizeScaleLevel || (FontSizeScaleLevel = {}));
343 Column.margin(this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 ? undefined : {
1566 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 &&
1573 if (this.fontSizeScale < FontSizeScaleLevel.LEVEL1 || !this.contentItem) {
1602 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL3) {
1608 else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL2) {
1614 else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1) {

Completed in 3 milliseconds