Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils.cpp521 std::unique_ptr<BinaryPrimitive> floatingPoint = tryParseFloat(value); in parseItemForAttribute() local
522 if (floatingPoint) { in parseItemForAttribute()
523 if (typeMask & androidTypeToAttributeTypeMask(floatingPoint->value.dataType)) { in parseItemForAttribute()
524 return std::move(floatingPoint); in parseItemForAttribute()