Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java60 new UnitEntry("%", TypedValue.TYPE_FRACTION, TypedValue.COMPLEX_UNIT_FRACTION, 1.0f/100),
DResourceHelper.java152 new UnitEntry("%", TypedValue.TYPE_FRACTION, TypedValue.COMPLEX_UNIT_FRACTION, 1.0f/100),
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java278 public static final int COMPLEX_UNIT_FRACTION = 0; field in ResourceTypes.Res_value