Searched refs:DIMENSION_UNIT_STRS (Results 1 – 1 of 1) sorted by relevance
90 + ")" + DIMENSION_UNIT_STRS[(data>>COMPLEX_UNIT_SHIFT) in complexToDimensionNoisy()149 private static final String[] DIMENSION_UNIT_STRS = new String[] { field in ShadowTypedValue169 return Float.toString(complexToFloat(data)) + DIMENSION_UNIT_STRS[ in coerceToString()