Searched refs:attr_three (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h31 attr_three = 0x7f010002u, member in struct:com::android::app::R::attr
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp272 Attribute attr_three(TYPE_ENUM);
277 EXPECT_FALSE(attr_one.IsCompatibleWith(attr_three));
282 EXPECT_FALSE(attr_two.IsCompatibleWith(attr_three));
285 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_one));
286 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_two));
287 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_three));
288 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_four));
/frameworks/base/libs/androidfw/tests/
H A DAttributeResolution_test.cpp107 std::array<uint32_t, 5> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
160 std::array<uint32_t, 5> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
212 std::array<uint32_t, 6> attrs{{R::attr::attr_one, R::attr::attr_two, R::attr::attr_three, member in class:android::R::attr
H A DAttributeResolution_bench.cpp70 app::R::attr::attr_three, app::R::attr::attr_four, member in class:android::app::R::attr
H A DTheme_test.cpp124 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
H A DAssetManager2_test.cpp311 EXPECT_EQ(app::R::attr::attr_three, bag_two->entries[2].key);

Completed in 48 milliseconds