Home
last modified time | relevance | path

Searched refs:isFollowSystem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js216 this.isFollowSystem = false;
281 if (x6.isFollowSystem !== undefined) {
282 this.isFollowSystem = x6.isFollowSystem;
713 if (!this.isFollowSystem) {
853 this.isFollowSystem = this.getUIContext()?.isFollowingSystemFontScale();
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/source/
H A Dtoolbar.ets152 isFollowSystem: boolean = false;
301 if (!this.isFollowSystem) {
425 this.isFollowSystem = this.getUIContext()?.isFollowingSystemFontScale();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1267 auto isFollowSystem = followSystem == "followSystem"; in InitToastServiceConfig() local
1269 pipelineContext->SetFollowSystem(isFollowSystem); in InitToastServiceConfig()
1274 if (!isFollowSystem) { in InitToastServiceConfig()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1444 auto isFollowSystem = followSystem == "followSystem"; in UpdateFontScale() local
1446 context->SetFollowSystem(isFollowSystem); in UpdateFontScale()
1451 if (!isFollowSystem) { in UpdateFontScale()