Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/data/styles/
DR.h49 StyleTwo = 0x7f020001u, enumerator
/frameworks/base/libs/androidfw/tests/
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()
340 ASSERT_TRUE(theme_src->ApplyStyle(app::R::style::StyleTwo).has_value()); in TEST_F()
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()
DAssetManager2_test.cpp351 auto bag_two = assetmanager.GetBag(app::R::style::StyleTwo); in TEST_F()
366 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[1].style); in TEST_F()
376 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[2].style); in TEST_F()
382 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[3].style); in TEST_F()
388 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[4].style); in TEST_F()
394 EXPECT_EQ(app::R::style::StyleTwo, (*bag_two)->entries[5].style); in TEST_F()
DAttributeResolution_bench.cpp66 theme->ApplyStyle(app::R::style::StyleTwo); in BM_ApplyStyle()
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()