Searched refs:fontScaleFollowSystem (Results 1 - 9 of 9) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_info.h | 34 bool fontScaleFollowSystem = true; member
|
H A D | form_info.h | 54 bool fontScaleFollowSystem = true; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_form_profile.cpp | 115 bool fontScaleFollowSystem = true; member 296 extensionFormProfileInfo.fontScaleFollowSystem, in from_json() 450 info.fontScaleFollowSystem = form.fontScaleFollowSystem; in TransformToExtensionFormInfo()
|
H A D | form_info.cpp | 68 const char* JSON_KEY_FONT_SCALE_FOLLOW_SYSTEM = "fontScaleFollowSystem"; 119 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() 655 formInfo.fontScaleFollowSystem, in from_json()
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 200 virtual void SetFontScaleFollowSystem(const bool fontScaleFollowSystem) {}; in SetFontScaleFollowSystem() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 187 void SetFontScaleFollowSystem(const bool fontScaleFollowSystem) override;
|
H A D | ui_content_impl.cpp | 3133 void UIContentImpl::SetFontScaleFollowSystem(const bool fontScaleFollowSystem) in SetFontScaleFollowSystem() argument 3135 LOGI("SetFontScaleFollowSystem: %{public}d", fontScaleFollowSystem); in SetFontScaleFollowSystem() 3136 fontScaleFollowSystem_ = fontScaleFollowSystem; in SetFontScaleFollowSystem()
|
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.cpp | 545 napi_set_named_property(env, objContext, "fontScaleFollowSystem", in CreateFormInfo() 546 CreateJsValue(env, formInfo.fontScaleFollowSystem)); in CreateFormInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.cpp | 161 wantCache_.SetParam(OHOS::AppExecFwk::Constants::PARAM_FONT_FOLLOW_SYSTEM_KEY, formInfo.fontScaleFollowSystem); in AddForm()
|
Completed in 14 milliseconds