Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.cpp384 static std::string ComplexToString(uint32_t complex_value, bool fraction) { in ComplexToString() function
476 printer->Print(ComplexToString(value.data, false /*fraction*/)); in PrettyPrint()
480 printer->Print(ComplexToString(value.data, true /*fraction*/)); in PrettyPrint()