Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp68 * @tc.desc: Test SetThemeDirection function, file case.
73 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
95 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET); in HWTEST_F()
105 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
117 this->themeConfig->SetThemeDirection(DIRECTION_HORIZONTAL); in HWTEST_F()
134 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
162 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
181 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
200 this->themeConfig->SetThemeDirection(DIRECTION_VERTICAL); in HWTEST_F()
219 this->themeConfig->SetThemeDirection(DIRECTION_VERTICA in HWTEST_F()
[all...]
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_config.h33 void SetThemeDirection(Direction direction);
/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()

Completed in 2 milliseconds