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

/frameworks/base/tools/aapt/
H A DResourceFilter.cpp106 uint32_t matchedAxis = 0x0; local
113 matchedAxis |= entry.second;
130 matchedAxis |= ResTable_config::CONFIG_LOCALE;
137 matchedAxis |= ResTable_config::CONFIG_SMALLEST_SCREEN_SIZE;
141 return matchedAxis == (mConfigMask & mask);

Completed in 317 milliseconds