Searched defs:bestConfig (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DResourceTypes.cpp3647 ResTable_config bestConfig; local
3648 memset(&bestConfig, 0, sizeof(bestConfig)); // make the compiler shut up
3711 if (!thisConfig.isBetterThan(bestConfig, config)) {
3719 bestConfig = thisConfig;

Completed in 33 milliseconds