Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java694 ResTable_config this_config = candidate_configs.get(i); in FindEntry() local
698 if ((best_config == null || this_config.isBetterThan(best_config, desired_config)) || in FindEntry()
699 (package_is_overlay && this_config.compare(best_config) == 0)) { in FindEntry()
711 best_config = this_config; in FindEntry()
724 ResTable_config this_config = ResTable_config.fromDtoH(type.config); in FindEntry() local
726 if (this_config.match(desired_config)) { in FindEntry()
727 if ((best_config == null || this_config.isBetterThan(best_config, desired_config)) || in FindEntry()
728 (package_is_overlay && this_config.compare(best_config) == 0)) { in FindEntry()
739 best_config_copy = this_config; in FindEntry()
1310 ResTable_config this_config = ResTable_config.fromDtoH(iter.config); in RebuildFilterList() local
[all …]