Searched defs:FRACTION_UNIT_STRS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java445 private static final String[] FRACTION_UNIT_STRS = new String[] { field in class:TypedValue
474 return Float.toString(complexToFloat(data)*100) + FRACTION_UNIT_STRS[

Completed in 78 milliseconds