Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DTypedValue.java439 private static final String[] DIMENSION_UNIT_STRS = new String[] { field in TypedValue
468 return Float.toString(complexToFloat(data)) + DIMENSION_UNIT_STRS[ in coerceToString()