Searched refs:diff_mask (Results 1 – 1 of 1) sorted by relevance
27 uint32_t diff_mask = ConfigDescription::DefaultConfig().diff(config); in AddConfig() local30 diff_mask &= ~android::ResTable_config::CONFIG_VERSION; in AddConfig()33 if ((diff_mask & android::ResTable_config::CONFIG_DENSITY) != 0) { in AddConfig()35 diff_mask &= ~android::ResTable_config::CONFIG_DENSITY; in AddConfig()38 configs_.insert(std::make_pair(config, diff_mask)); in AddConfig()39 config_mask_ |= diff_mask; in AddConfig()89 const uint32_t diff_mask = entry.second; in Match() local91 if ((diff & diff_mask) == 0) { in Match()93 matched_axis |= diff_mask; in Match()94 } else if ((diff & diff_mask) == android::ResTable_config::CONFIG_LOCALE) { in Match()[all …]