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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3109 ResTable_config thisConfig; local
3110 thisConfig.copyFromDtoH(type->config);
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;
4871 ResTable_config thisConfig; local
4872 thisConfig.copyFromDtoH(thisType->config);
4876 thisConfig.toString().string()));
4879 if (config && !thisConfig
[all...]

Completed in 51 milliseconds