Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp22 ThemeConfig::ThemeConfig() : themeDirection_(DIRECTION_NOT_SET), themeColorMode_(COLOR_MODE_NOT_SET) {} in ThemeConfig()
26 this->themeDirection_ = direction; in SetThemeDirection()
39 Direction themeDirection_ = themeConfig->GetThemeDirection(); in Match() local
40 if (direction != DIRECTION_NOT_SET && themeDirection_ != DIRECTION_NOT_SET) { in Match()
41 if (direction != themeDirection_) { in Match()
61 Direction themeDirection_ = themeConfig->GetThemeDirection(); in BestMatch() local
62 if (this->themeDirection_ != themeDirection_ && direction != DIRECTION_NOT_SET) { in BestMatch()
63 return this->themeDirection_ != DIRECTION_NOT_SET; in BestMatch()
74 if (this->themeDirection_ ! in IsMoreMatchThan()
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_config.h49 return themeDirection_; in GetThemeDirection()
72 Direction themeDirection_; member in OHOS::Global::Resource::ThemeConfig

Completed in 1 milliseconds