Home
last modified time | relevance | path

Searched refs:followSystem (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapp-configuration-file.md189 | fontSizeScale | 应用字体大小是否跟随系统,支持的取值如下:<br/>-&nbsp;followSystem:跟随系统。<br/>-&nbsp;nonFollowSystem:不跟…
197 "fontSizeScale": "followSystem",
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapp-configuration-file.md188followSystem: The font size follows the system.<br>- FollowSystem: The font size does not follow t…
196 "fontSizeScale": "followSystem",
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h429 void SetFollowSystem(bool followSystem) in SetFollowSystem() argument
431 followSystem_ = followSystem; in SetFollowSystem()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1262 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in InitToastServiceConfig() local
1267 auto isFollowSystem = followSystem == "followSystem"; in InitToastServiceConfig()
1268 if (!followSystem.empty()) { in InitToastServiceConfig()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1440 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in UpdateFontScale() local
1444 auto isFollowSystem = followSystem == "followSystem"; in UpdateFontScale()
1445 if (!followSystem.empty()) { in UpdateFontScale()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-applicationContext.md1084 …./../quick-start/app-configuration-file.md#configuration) is set to **followSystem** and the value…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3092 auto followSystem = pipeline->IsFollowSystem(); in DumpScaleInfo() local
3097 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in DumpScaleInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7150 auto followSystem = pipeline->IsFollowSystem(); in OnBackPressed() local
7155 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in OnBackPressed()