Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js32 var FontSizeScaleLevel; variable
37 })(FontSizeScaleLevel || (FontSizeScaleLevel = {}));
346 Column.margin(this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 ? undefined : {
1548 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 &&
1555 if (this.fontSizeScale < FontSizeScaleLevel.LEVEL1 || !this.contentItem) {
1584 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL3) {
1590 else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL2) {
1596 else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets31 enum FontSizeScaleLevel {
220 .margin(this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 ? undefined : {
769 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1 &&
777 if (this.fontSizeScale < FontSizeScaleLevel.LEVEL1 || !this.contentItem) {
802 if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL3) {
807 } else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL2) {
812 } else if (this.fontSizeScale >= FontSizeScaleLevel.LEVEL1) {