Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp220 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F() local
221 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne).has_value()); in TEST_F()
224 auto value = theme_one->GetAttribute(app::R::attr::attr_one); in TEST_F()
231 ASSERT_FALSE(theme_one->GetAttribute(app::R::attr::attr_six).has_value()); in TEST_F()
237 theme_one->SetTo(*theme_two); in TEST_F()
243 ASSERT_FALSE(theme_one->GetAttribute(app::R::attr::attr_one).has_value()); in TEST_F()
246 value = theme_one->GetAttribute(app::R::attr::attr_six); in TEST_F()