Searched refs:COMPLEX_UNIT_PT (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | HudFragment.java | 97 hudViewBwe.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties() 98 hudViewConnection.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties() 99 hudViewVideoSend.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties() 100 hudViewVideoRecv.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5); in hudViewsSetProperties()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | PixelUtils.java | 152 m.put("pt", TypedValue.COMPLEX_UNIT_PT); in initDimensionConstantLookup()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ResourceHelper2.java | 57 new UnitEntry("pt", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PT, 1.0f),
|
D | ResourceHelper.java | 149 new UnitEntry("pt", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PT, 1.0f),
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 271 public static final int COMPLEX_UNIT_PT = 3; field in ResourceTypes.Res_value
|