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.cpp6051 ResTable_config thisConfig; local
6052 thisConfig.copyFromDtoH(thisType->config);
6055 if (config != NULL && !thisConfig.match(*config)) {
6073 if (!thisConfig.isBetterThan(bestConfig, config)) {
6074 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
6082 bestConfig = thisConfig;
6384 ResTable_config thisConfig; local
6385 thisConfig.copyFromDtoH(type->config);
6387 thisConfig.toString().string());
6982 ResTable_config thisConfig; local
[all...]

Completed in 308 milliseconds