Searched refs:COMPLEX_UNIT_SP (Results 1 – 6 of 6) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | PixelUtils.java | 114 return TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, sp, metrics); in spToPix() 151 m.put("sp", TypedValue.COMPLEX_UNIT_SP); in initDimensionConstantLookup()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | UnhandledExceptionHandler.java | 48 errorView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 8); in uncaughtException()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ResourceHelper2.java | 56 new UnitEntry("sp", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_SP, 1.0f),
|
D | ResourceHelper.java | 148 new UnitEntry("sp", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_SP, 1.0f),
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 452 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10); in setTextSize_shouldHandleSp() 458 textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10); in setTextSize_shouldHandleSp()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 269 public static final int COMPLEX_UNIT_SP = 2; field in ResourceTypes.Res_value
|