Home
last modified time | relevance | path

Searched defs:ConfigurationChange (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/resource/
Dresource_configuration.h20 struct ConfigurationChange { struct
21 bool colorModeUpdate = false;
22 bool languageUpdate = false;
23 bool directionUpdate = false;
24 bool dpiUpdate = false;
25 bool fontUpdate = false;
26 bool iconUpdate = false;
27 bool skinUpdate = false;
29 bool IsNeedUpdate() const in IsNeedUpdate()