Searched refs:thisConfig (Results 1 – 2 of 2) sorted by relevance
3069 ResTable_config thisConfig; in getResource() local3070 thisConfig.copyFromDtoH(type->config); in getResource()3081 (bestItem.isMoreSpecificThan(thisConfig) || bestItem.diff(thisConfig) == 0)) { in getResource()3087 bestItem = thisConfig; in getResource()4831 ResTable_config thisConfig; in getEntry() local4832 thisConfig.copyFromDtoH(thisType->config); in getEntry()4836 thisConfig.toString().string())); in getEntry()4839 if (config && !thisConfig.match(*config)) { in getEntry()4861 if (!thisConfig.isBetterThan(bestConfig, config)) { in getEntry()4869 bestConfig = thisConfig; in getEntry()[all …]
3546 Configuration thisConfig = applyConfigCompatMainThread(newConfig, in collectComponentCallbacksLocked() local3552 } else if (thisConfig != null) { in collectComponentCallbacksLocked()3560 + ar.activityInfo.name + " newConfig=" + thisConfig); in collectComponentCallbacksLocked()3562 ar.newConfig = thisConfig; in collectComponentCallbacksLocked()