Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp98 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
127 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
136 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
166 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
342 ASSERT_TRUE(theme_src->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
H A DAssetManager2_bench.cpp142 auto bag = assets.GetBag(app::R::style::StyleTwo); in BM_AssetManagerGetBag()
170 const ssize_t N = table.lockBag(app::R::style::StyleTwo, &bag_begin); in BM_AssetManagerGetBagOld()
H A DAssetManager2_test.cpp356 auto bag_two = assetmanager.GetBag(app::R::style::StyleTwo); in TEST_F()
371 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[1].style); in TEST_F()
381 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[2].style); in TEST_F()
387 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[3].style); in TEST_F()
393 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[4].style); in TEST_F()
399 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[5].style); in TEST_F()
H A DAttributeResolution_test.cpp105 ASSERT_TRUE(theme->ApplyStyle(R::style::StyleTwo).has_value()); in TEST_F()
210 ASSERT_TRUE(theme->ApplyStyle(R::style::StyleTwo).has_value()); in TEST_F()
H A DAttributeResolution_bench.cpp67 theme->ApplyStyle(app::R::style::StyleTwo); in BM_ApplyStyle()
/aosp12/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h49 StyleTwo = 0x7f020001u, enumerator