Searched refs:COMPLEX_UNIT_SP (Results 1 – 7 of 7) 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/examples/androidapp/src/org/appspot/apprtc/ |
D | UnhandledExceptionHandler.java | 49 errorView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 8); in uncaughtException()
|
/external/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
D | TriggerPad.kt | 82 TypedValue.COMPLEX_UNIT_SP, in calcTextSizeInPixels()
|
/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
|