Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp438 std::unique_ptr<BinaryPrimitive> floatingPoint = tryParseFloat(value); in parseItemForAttribute() local
439 if (floatingPoint) { in parseItemForAttribute()
440 if (typeMask & androidTypeToAttributeTypeMask(floatingPoint->value.dataType)) { in parseItemForAttribute()
441 return std::move(floatingPoint); in parseItemForAttribute()