Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets45 const DEFAULT_FONT_SIZE_SCALE = 1;
216 DEFAULT_TEXT_SIZE) * (this.fontSizeScale ?? DEFAULT_FONT_SIZE_SCALE) }vp`,
220 this.textItemEditHeight = this.fontSizeScale === DEFAULT_FONT_SIZE_SCALE ?
238 …tent.getHostContext() as common.UIAbilityContext)?.config.fontSizeScale ?? DEFAULT_FONT_SIZE_SCALE;
243 if (this.imageText || (this.fontSizeScale && this.fontSizeScale > DEFAULT_FONT_SIZE_SCALE)) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js53 const DEFAULT_FONT_SIZE_SCALE = 1; constant
777 DEFAULT_TEXT_SIZE) * (this.fontSizeScale ?? DEFAULT_FONT_SIZE_SCALE)}vp`,
781 this.textItemEditHeight = this.fontSizeScale === DEFAULT_FONT_SIZE_SCALE ?
789 let g14 = f14.getHostContext()?.config.fontSizeScale ?? DEFAULT_FONT_SIZE_SCALE;
793 … if (this.imageText || (this.fontSizeScale && this.fontSizeScale > DEFAULT_FONT_SIZE_SCALE)) {