Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp78 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleOne).has_value()); in TEST_F()
222 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne).has_value()); in TEST_F()
268 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F()
288 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F()
307 const uint32_t styles[] = {app::R::style::StyleOne, app::R::style::StyleDayNight}; in TEST_F()
338 ASSERT_TRUE(theme_dst->ApplyStyle(app::R::style::StyleOne).has_value()); in TEST_F()
H A DAttributeResolution_test.cpp81 fix_package_id(R::style::StyleOne, 0x02), attrs.data(), attrs.size(), in TEST()
H A DAssetManager2_test.cpp342 auto bag_one = assetmanager.GetBag(app::R::style::StyleOne); in TEST_F()
365 EXPECT_EQ(app::R::style::StyleOne, (*bag_two)->entries[0].style); in TEST_F()
/aosp12/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h48 StyleOne = 0x7f020000u, enumerator