Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp768 const uint32_t flattened_data = util::DeviceToHost32(val.data); in Matches() local
784 if (flattened_data == s.value) { in Matches()
806 if ((mask & flattened_data) == flattened_data) { in Matches()
818 if (static_cast<int32_t>(flattened_data) < min_int) { in Matches()
823 } else if (static_cast<int32_t>(flattened_data) > max_int) { in Matches()