Searched refs:attr_three (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/libs/androidfw/tests/data/styles/ |
H A D | R.h | 31 attr_three = 0x7f010002u, member in struct:com::android::app::R::attr
|
/frameworks/base/tools/aapt2/ |
H A D | ResourceValues_test.cpp | 272 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 D | AttributeResolution_test.cpp | 107 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 D | AttributeResolution_bench.cpp | 70 app::R::attr::attr_three, app::R::attr::attr_four, member in class:android::app::R::attr
|
H A D | Theme_test.cpp | 124 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
|
H A D | AssetManager2_test.cpp | 311 EXPECT_EQ(app::R::attr::attr_three, bag_two->entries[2].key);
|
Completed in 48 milliseconds