Home | History | Annotate | Download | only in androidfw

Lines Matching refs:thisConfig

6172             ResTable_config thisConfig;
6173 thisConfig.copyFromDtoH(thisType->config);
6176 if (config != NULL && !thisConfig.match(*config)) {
6220 if (!thisConfig.isBetterThan(bestConfig, config)) {
6221 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
6229 bestConfig = thisConfig;
6543 ResTable_config thisConfig;
6544 thisConfig.copyFromDtoH(type->config);
6546 thisConfig.toString().string());
7148 ResTable_config thisConfig;
7149 thisConfig.copyFromDtoH(type->config);
7151 String8 configStr = thisConfig.toString();