Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DHudFragment.java97 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/
DPixelUtils.java152 m.put("pt", TypedValue.COMPLEX_UNIT_PT); in initDimensionConstantLookup()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java57 new UnitEntry("pt", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PT, 1.0f),
DResourceHelper.java149 new UnitEntry("pt", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PT, 1.0f),
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java271 public static final int COMPLEX_UNIT_PT = 3; field in ResourceTypes.Res_value