Home
last modified time | relevance | path

Searched refs:COMPLEX_UNIT_SP (Results 1 – 7 of 7) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DPixelUtils.java114 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/
DUnhandledExceptionHandler.java49 errorView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 8); in uncaughtException()
/external/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt82 TypedValue.COMPLEX_UNIT_SP, in calcTextSizeInPixels()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java56 new UnitEntry("sp", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_SP, 1.0f),
DResourceHelper.java148 new UnitEntry("sp", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_SP, 1.0f),
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java452 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/
DResourceTypes.java269 public static final int COMPLEX_UNIT_SP = 2; field in ResourceTypes.Res_value