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

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

Completed in 334 milliseconds