Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DPixelUtils.java153 m.put("in", TypedValue.COMPLEX_UNIT_IN); in initDimensionConstantLookup()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java58 new UnitEntry("in", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_IN, 1.0f),
DResourceHelper.java150 new UnitEntry("in", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_IN, 1.0f),
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java273 public static final int COMPLEX_UNIT_IN = 4; field in ResourceTypes.Res_value