Searched defs:theme_two (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp262 std::unique_ptr<Theme> theme_two = assetmanager.NewTheme(); local
263 ASSERT_TRUE(theme_two->ApplyStyle(app::R::style::StyleThree));
266 ASSERT_TRUE(theme_one->SetTo(*theme_two));
268 // Clear theme_two to make sure we test that there WAS a copy.
269 theme_two->Clear();
292 auto theme_two = assetmanager_two.NewTheme(); local
293 ASSERT_TRUE(theme_two->ApplyStyle(R::style::Theme_One));
294 ASSERT_TRUE(theme_two->ApplyStyle(app::R::style::StyleTwo));
296 EXPECT_TRUE(theme_one->SetTo(*theme_two));

Completed in 76 milliseconds