Home
last modified time | relevance | path

Searched refs:oldResConfig (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp166 bool ResourceAdapterImplV2::NeedUpdateResConfig(const std::shared_ptr<Global::Resource::ResConfig>& oldResConfig, in NeedUpdateResConfig() argument
169 if (oldResConfig == nullptr) { in NeedUpdateResConfig()
172 auto oldLocaleInfo = oldResConfig->GetLocaleInfo(); in NeedUpdateResConfig()
185 return oldResConfig->GetDeviceType() != newResConfig->GetDeviceType() || in NeedUpdateResConfig()
186 oldResConfig->GetDirection() != newResConfig->GetDirection() || in NeedUpdateResConfig()
187 oldResConfig->GetScreenDensity() != newResConfig->GetScreenDensity() || in NeedUpdateResConfig()
188 oldResConfig->GetColorMode() != newResConfig->GetColorMode() || in NeedUpdateResConfig()
189 oldResConfig->GetInputDevice() != newResConfig->GetInputDevice() || isLocaleChange; in NeedUpdateResConfig()
H A Dresource_adapter_impl_v2.h91 bool NeedUpdateResConfig(const std::shared_ptr<Global::Resource::ResConfig>& oldResConfig,

Completed in 3 milliseconds