Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTypedValue.java90 + ")" + DIMENSION_UNIT_STRS[(data>>COMPLEX_UNIT_SHIFT) in complexToDimensionNoisy()
149 private static final String[] DIMENSION_UNIT_STRS = new String[] { field in ShadowTypedValue
169 return Float.toString(complexToFloat(data)) + DIMENSION_UNIT_STRS[ in coerceToString()