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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3110 ResTable_config thisConfig; local
3111 thisConfig.copyFromDtoH(type->config);
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;
4872 ResTable_config thisConfig; local
4873 thisConfig.copyFromDtoH(thisType->config);
4877 thisConfig.toString().string()));
4880 if (config && !thisConfig
[all...]

Completed in 52 milliseconds