Home
last modified time | relevance | path

Searched refs:isFollowSystem (Results 1 - 3 of 3) sorted by relevance

/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();
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1279 auto isFollowSystem = followSystem == "followSystem"; in InitToastServiceConfig() local
1281 pipelineContext->SetFollowSystem(isFollowSystem); in InitToastServiceConfig()
1286 if (!isFollowSystem) { in InitToastServiceConfig()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1397 auto isFollowSystem = followSystem == "followSystem"; in UpdateFontScale() local
1399 context->SetFollowSystem(isFollowSystem); in UpdateFontScale()
1404 if (!isFollowSystem) { in UpdateFontScale()

Completed in 12 milliseconds