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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3021 ResTable_config bestItem; local
3022 memset(&bestItem, 0, sizeof(bestItem)); // make the compiler shut up
3122 (bestItem.isMoreSpecificThan(thisConfig) || bestItem.diff(thisConfig) == 0)) {
3123 // Discard thisConfig not only if bestItem is more specific, but also if the two configs
3128 bestItem = thisConfig;
3141 *outConfig = bestItem;

Completed in 94 milliseconds