Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp417 static std::string ComplexToString(uint32_t complex_value, bool fraction) { in ComplexToString() function
509 printer->Print(ComplexToString(value.data, false /*fraction*/)); in PrettyPrint()
513 printer->Print(ComplexToString(value.data, true /*fraction*/)); in PrettyPrint()