Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java47 Axis(int tag, float styleValue) { in Axis() argument
49 this.styleValue = styleValue; in Axis()
52 public final float styleValue; field in FontListParser.Axis
190 float styleValue = 0; in readAxis() local
193 styleValue = Float.parseFloat(styleValueStr); in readAxis()
199 return new Axis(tag, styleValue); in readAxis()