Home
last modified time | relevance | path

Searched refs:SetThemeDirection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp73 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL);
95 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET);
105 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL);
134 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL);
162 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL);
181 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL);
228 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET);
246 otherThemeConfig->SetThemeDirection(DIRECTION_VERTICAL);
270 otherThemeConfig->SetThemeDirection(DIRECTION_VERTICAL);
289 otherThemeConfig->SetThemeDirection(DIRECTION_VERTICAL);
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_config.h33 void SetThemeDirection(Direction direction);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp24 void ThemeConfig::SetThemeDirection(Direction direction) in SetThemeDirection() function in OHOS::Global::Resource::ThemeConfig
H A Dtheme_pack_resource.cpp88 themeConfig->SetThemeDirection(Direction::DIRECTION_HORIZONTAL); in GetThemeConfig()
90 themeConfig->SetThemeDirection(Direction::DIRECTION_HORIZONTAL); in GetThemeConfig()