Home
last modified time | relevance | path

Searched refs:thisConfig (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java608 final ResTable_config thisConfig;
610 thisConfig = ResTable_config.fromDtoH(thisType.config);
613 if (config != NULL && !thisConfig.match(config)) {
663 if (!thisConfig.isBetterThan(bestConfig, config)) {
664 if (!currentTypeIsOverlay || thisConfig.compare(bestConfig) != 0) {
672 bestConfig = thisConfig;
1003 ResTable_config thisConfig = ResTable_config.fromDtoH(type.config); local
1005 thisConfig.toString());