Searched refs:isMoreSpecificThan (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1039 bool isMoreSpecificThan(const ResTable_config& o) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1536 bool ResTable_config::isMoreSpecificThan(const ResTable_config& o) const { function in class:android::ResTable_config
1903 return isMoreSpecificThan(o);
3121 (bestItem.isMoreSpecificThan(thisConfig) || bestItem.diff(thisConfig) == 0)) {

Completed in 354 milliseconds