Home
last modified time | relevance | path

Searched refs:followSystem (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h408 void SetFollowSystem(bool followSystem) in SetFollowSystem() argument
410 followSystem_ = followSystem; in SetFollowSystem()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1274 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in InitToastServiceConfig() local
1279 auto isFollowSystem = followSystem == "followSystem"; in InitToastServiceConfig()
1280 if (!followSystem.empty()) { in InitToastServiceConfig()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1394 auto followSystem = config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE); in UpdateFontScale() local
1397 auto isFollowSystem = followSystem == "followSystem"; in UpdateFontScale()
1398 if (!followSystem.empty()) { in UpdateFontScale()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3342 auto followSystem = pipeline->IsFollowSystem(); in DumpScaleInfo() local
3347 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in DumpScaleInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7063 auto followSystem = pipeline->IsFollowSystem(); in OnBackPressed() local
7068 dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(followSystem))); in OnBackPressed()

Completed in 35 milliseconds