Searched refs:thisConfig (Results 1 – 3 of 3) sorted by relevance
34 const ResTable_config& thisConfig = configs[i]; in selectBest() local35 if (!thisConfig.match(target)) { in selectBest()39 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()40 bestConfig = thisConfig; in selectBest()
6459 ResTable_config thisConfig; in getEntry() local6460 thisConfig.copyFromDtoH(thisType->config); in getEntry()6463 if (config != NULL && !thisConfig.match(*config)) { in getEntry()6507 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()6508 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()6516 bestConfig = thisConfig; in getEntry()6831 ResTable_config thisConfig; in parsePackage() local6832 thisConfig.copyFromDtoH(type->config); in parsePackage()6834 thisConfig.toString().string()); in parsePackage()7523 ResTable_config thisConfig; in print() local[all …]
5363 Configuration thisConfig = applyConfigCompatMainThread( in collectComponentCallbacks() local5370 } else if (thisConfig != null) { in collectComponentCallbacks()5378 + ar.activityInfo.name + " newConfig=" + thisConfig); in collectComponentCallbacks()5380 ar.newConfig = thisConfig; in collectComponentCallbacks()