Home
last modified time | relevance | path

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

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