Home
last modified time | relevance | path

Searched refs:isSameExcept (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DAaptConfig.h84 bool isSameExcept(const android::ResTable_config& a, const android::ResTable_config& b, int configM…
DAaptConfig.cpp889 bool isSameExcept(const ResTable_config& a, const ResTable_config& b, int axisMask) { in isSameExcept() function
DAaptAssets.cpp1436 … if (AaptConfig::isSameExcept(config, mconfig, ResTable_config::CONFIG_DENSITY)) { in filter()