Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h287 static const char* DecideFormat(float f);
DResourceValues.cpp444 const char* BinaryPrimitive::DecideFormat(float f) { in DecideFormat() function in aapt::BinaryPrimitive
490 printer->Print(StringPrintf(DecideFormat(f), f)); in PrettyPrint()