Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3477 ResTable_config bestConfig; in getBagLocked() local
3478 memset(&bestConfig, 0, sizeof(bestConfig)); in getBagLocked()
3528 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) { in getBagLocked()
3531 bestConfig = type->config; in getBagLocked()
5019 ResTable_config bestConfig; in getEntry() local
5020 memset(&bestConfig, 0, sizeof(bestConfig)); // make the compiler shut up in getEntry()
5057 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()
5065 bestConfig = thisConfig; in getEntry()