Searched refs:followSystem (Results 1 – 8 of 8) sorted by relevance
189 | fontSizeScale | 应用字体大小是否跟随系统,支持的取值如下:<br/>- followSystem:跟随系统。<br/>- nonFollowSystem:不跟…197 "fontSizeScale": "followSystem",
188 …followSystem: The font size follows the system.<br>- FollowSystem: The font size does not follow t…196 "fontSizeScale": "followSystem",
429 void SetFollowSystem(bool followSystem) in SetFollowSystem() argument431 followSystem_ = followSystem; in SetFollowSystem()
1262 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in InitToastServiceConfig() local1267 auto isFollowSystem = followSystem == "followSystem"; in InitToastServiceConfig()1268 if (!followSystem.empty()) { in InitToastServiceConfig()
1440 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in UpdateFontScale() local1444 auto isFollowSystem = followSystem == "followSystem"; in UpdateFontScale()1445 if (!followSystem.empty()) { in UpdateFontScale()
1084 …./../quick-start/app-configuration-file.md#configuration) is set to **followSystem** and the value…
3092 auto followSystem = pipeline->IsFollowSystem(); in DumpScaleInfo() local3097 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in DumpScaleInfo()
7150 auto followSystem = pipeline->IsFollowSystem(); in OnBackPressed() local7155 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in OnBackPressed()