Searched defs:bestItem (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/utils/
H A DResourceTypes.cpp2083 ResTable_config bestItem; local
2084 memset(&bestItem, 0, sizeof(bestItem)); // make the compiler shut up
2184 (bestItem.isMoreSpecificThan(thisConfig) || bestItem.diff(thisConfig) == 0)) {
2185 // Discard thisConfig not only if bestItem is more specific, but also if the two configs
2190 bestItem = thisConfig;
2203 *outConfig = bestItem;

Completed in 54 milliseconds