Home
last modified time | relevance | path

Searched refs:IsCompatibleWith (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues_test.cpp279 EXPECT_TRUE(attr_one.IsCompatibleWith(attr_one)); in TEST()
280 EXPECT_TRUE(attr_one.IsCompatibleWith(attr_two)); in TEST()
281 EXPECT_FALSE(attr_one.IsCompatibleWith(attr_three)); in TEST()
282 EXPECT_FALSE(attr_one.IsCompatibleWith(attr_four)); in TEST()
284 EXPECT_TRUE(attr_two.IsCompatibleWith(attr_one)); in TEST()
285 EXPECT_TRUE(attr_two.IsCompatibleWith(attr_two)); in TEST()
286 EXPECT_FALSE(attr_two.IsCompatibleWith(attr_three)); in TEST()
287 EXPECT_FALSE(attr_two.IsCompatibleWith(attr_four)); in TEST()
289 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_one)); in TEST()
290 EXPECT_FALSE(attr_three.IsCompatibleWith(attr_two)); in TEST()
[all …]
DResourceValues.h312 bool IsCompatibleWith(const Attribute& attr) const;
DResourceTable.cpp288 if (existing_attr->IsCompatibleWith(*incoming_attr)) { in ResolveValueCollision()
DResourceValues.cpp561 bool Attribute::IsCompatibleWith(const Attribute& attr) const { in IsCompatibleWith() function in aapt::Attribute
/frameworks/base/tools/aapt2/optimize/
DResourceDeduper.cpp72 if (node_configuration.IsCompatibleWith(sibling_value->config) && in VisitConfig()
/frameworks/base/libs/androidfw/include/androidfw/
DConfigDescription.h138 bool IsCompatibleWith(const ConfigDescription& o) const;
/frameworks/base/libs/androidfw/
DConfigDescription.cpp1021 bool ConfigDescription::IsCompatibleWith(const ConfigDescription& o) const { in IsCompatibleWith() function in android::ConfigDescription