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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3322 ResTable_config bestConfig; local
3323 memset(&bestConfig, 0, sizeof(bestConfig));
3373 if (set != NULL && !type->config.isBetterThan(bestConfig, NULL)) {
3376 bestConfig = type->config;
4864 ResTable_config bestConfig; local
4865 memset(&bestConfig, 0, sizeof(bestConfig)); // make the compiler shut up
4902 if (!thisConfig.isBetterThan(bestConfig, config)) {
4910 bestConfig
[all...]

Completed in 137 milliseconds