Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/filter/
DConfigFilter.cpp86 uint32_t matched_axis = 0; in Match() local
93 matched_axis |= diff_mask; in Match()
107 matched_axis |= android::ResTable_config::CONFIG_LOCALE; in Match()
117 matched_axis |= android::ResTable_config::CONFIG_SMALLEST_SCREEN_SIZE; in Match()
121 return matched_axis == (config_mask_ & mask); in Match()