Home
last modified time | relevance | path

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

/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H A Djs_ui_appearance.cpp28 static constexpr size_t MIN_FONT_SCALE = 0; member
85 if (asyncContext->jsFontScale <= MIN_FONT_SCALE || asyncContext->jsFontScale > MAX_FONT_SCALE) { in OnSetFontScale()
110 if (asyncContext->jsFontWeightScale <= MIN_FONT_SCALE || in OnSetFontWeightScale()
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js50 const MIN_FONT_SCALE = 1;
1218 Text.minFontScale(MIN_FONT_SCALE);
1259 Text.minFontScale(MIN_FONT_SCALE);
1383 Text.minFontScale(MIN_FONT_SCALE);
1522 Text.minFontScale(MIN_FONT_SCALE);
1611 Text.minFontScale(MIN_FONT_SCALE);

Completed in 3 milliseconds