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

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp33 const ResTable_config& thisConfig = configs[i]; local
34 if (!thisConfig.match(target)) {
38 if (thisConfig.isBetterThan(bestConfig, &target)) {
39 bestConfig = thisConfig;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5534 ResTable_config thisConfig; local
5535 thisConfig.copyFromDtoH(thisType->config);
5538 if (config != NULL && !thisConfig.match(*config)) {
5558 if (!thisConfig.isBetterThan(bestConfig, config)) {
5559 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
5567 bestConfig = thisConfig;
5864 ResTable_config thisConfig;
5865 thisConfig.copyFromDtoH(type->config);
5867 type->id, thisConfig.toString().string()));

Completed in 64 milliseconds