Home
last modified time | relevance | path

Searched refs:fontScaleFollowSystem (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp89 bool fontScaleFollowSystem = true; member
308 extensionFormProfileInfo.fontScaleFollowSystem, in from_json()
463 info.fontScaleFollowSystem = form.fontScaleFollowSystem; in TransformToExtensionFormInfo()
H A Dform_info.cpp119 fontScaleFollowSystem = formInfo.fontScaleFollowSystem; in FormInfo()
209 fontScaleFollowSystem = parcel.ReadBool(); in ReadFromParcel()
294 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, fontScaleFollowSystem); in Marshalling()
367 {JSON_KEY_FONT_SCALE_FOLLOW_SYSTEM, formInfo.fontScaleFollowSystem}, in to_json()
703 formInfo.fontScaleFollowSystem, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_info.h34 bool fontScaleFollowSystem = true; member
H A Dform_info.h62 bool fontScaleFollowSystem = true; member
/ohos5.0/docs/zh-cn/application-dev/form/
H A Darkts-ui-widget-configuration.md58 …| fontScaleFollowSystem | 表示卡片使用方设置此卡片的字体是否支持跟随系统变化。 <br/>-&nbsp;true:支持跟随系统字体大小变化 。<br/>-&nbsp;fa…
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h200 virtual void SetFontScaleFollowSystem(const bool fontScaleFollowSystem) {}; in SetFontScaleFollowSystem() argument
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-configuration.md60 …| fontScaleFollowSystem | Whether the font size of the widget changes with the system font size.<b…
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h187 void SetFontScaleFollowSystem(const bool fontScaleFollowSystem) override;
H A Dui_content_impl.cpp3178 void UIContentImpl::SetFontScaleFollowSystem(const bool fontScaleFollowSystem) in SetFontScaleFollowSystem() argument
3180 LOGI("SetFontScaleFollowSystem: %{public}d", fontScaleFollowSystem); in SetFontScaleFollowSystem()
3181 fontScaleFollowSystem_ = fontScaleFollowSystem; in SetFontScaleFollowSystem()
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp546 CreateJsValue(env, formInfo.fontScaleFollowSystem)); in CreateFormInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp160 …etParam(OHOS::AppExecFwk::Constants::PARAM_FONT_FOLLOW_SYSTEM_KEY, formInfo.fontScaleFollowSystem); in AddForm()