Searched refs:thisConfig (Results 1 – 3 of 3) sorted by relevance
33 const ResTable_config& thisConfig = configs[i]; in selectBest() local34 if (!thisConfig.match(target)) { in selectBest()38 if (thisConfig.isBetterThan(bestConfig, &target)) { in selectBest()39 bestConfig = thisConfig; in selectBest()
5534 ResTable_config thisConfig; in getEntry() local5535 thisConfig.copyFromDtoH(thisType->config); in getEntry()5538 if (config != NULL && !thisConfig.match(*config)) { in getEntry()5558 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()5559 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) { in getEntry()5567 bestConfig = thisConfig; in getEntry()5864 ResTable_config thisConfig; in parsePackage()5865 thisConfig.copyFromDtoH(type->config); in parsePackage()5867 type->id, thisConfig.toString().string())); in parsePackage()
3977 Configuration thisConfig = applyConfigCompatMainThread( in collectComponentCallbacks() local3984 } else if (thisConfig != null) { in collectComponentCallbacks()3992 + ar.activityInfo.name + " newConfig=" + thisConfig); in collectComponentCallbacks()3994 ar.newConfig = thisConfig; in collectComponentCallbacks()