Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp335 auto theme_dst = assetmanager_dst.NewTheme(); in TEST_F() local
336 ASSERT_TRUE(theme_dst->ApplyStyle(app::R::style::StyleOne).has_value()); in TEST_F()
346 theme_dst->SetTo(*theme_src); in TEST_F()
349 auto value = theme_dst->GetAttribute(R::attr::foreground); in TEST_F()
355 value = theme_dst->GetAttribute(app::R::attr::attr_one); in TEST_F()
362 value = theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr1, 0x02)); in TEST_F()
366 value = theme_dst->GetAttribute(fix_package_id(lib_one::R::attr::attr2, 0x02)); in TEST_F()
382 auto theme_dst = assetmanager_dst.NewTheme(); in TEST_F() local
385 theme_dst->SetTo(*theme_src); in TEST_F()
389 auto value = theme_dst->GetAttribute(0x0101021b /* android:versionCode */); in TEST_F()
[all …]