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

/frameworks/base/libs/androidfw/tests/
H A DConfig_test.cpp34 const ResTable_config& thisConfig = configs[i]; local
35 if (!thisConfig.match(target)) {
39 if (thisConfig.isBetterThan(bestConfig, &target)) {
40 bestConfig = thisConfig;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6444 ResTable_config thisConfig; local
6445 thisConfig.copyFromDtoH(thisType->config);
6448 if (config != NULL && !thisConfig.match(*config)) {
6492 if (!thisConfig.isBetterThan(bestConfig, config)) {
6493 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
6501 bestConfig = thisConfig;
6816 ResTable_config thisConfig; local
6817 thisConfig.copyFromDtoH(type->config);
6819 thisConfig.toString().string());
7465 ResTable_config thisConfig; local
[all...]

Completed in 31 milliseconds