Searched refs:matchedAxis (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceFilter.cpp66 uint32_t matchedAxis = 0x0; local
73 matchedAxis |= entry.second;
81 matchedAxis |= ResTable_config::CONFIG_LOCALE;
89 matchedAxis |= ResTable_config::CONFIG_SMALLEST_SCREEN_SIZE;
93 return matchedAxis == (mConfigMask & mask);

Completed in 29 milliseconds