Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java53 public static final int FONT_WEIGHT_MIN = 1; field in FontStyle
208 Preconditions.checkArgument(FONT_WEIGHT_MIN <= weight && weight <= FONT_WEIGHT_MAX, in FontStyle()
209 "weight value must be [" + FONT_WEIGHT_MIN + ", " + FONT_WEIGHT_MAX + "]"); in FontStyle()
DFont.java295 @IntRange(from = FontStyle.FONT_WEIGHT_MIN, to = FontStyle.FONT_WEIGHT_MAX) in setWeight()
298 FontStyle.FONT_WEIGHT_MIN <= weight && weight <= FontStyle.FONT_WEIGHT_MAX); in setWeight()
377 mWeight = Math.max(FontStyle.FONT_WEIGHT_MIN, in build()
/frameworks/base/non-updatable-api/
Dcurrent.txt15857 …nt.Builder setWeight(@IntRange(from=android.graphics.fonts.FontStyle.FONT_WEIGHT_MIN, to=android.g…
15885 field public static final int FONT_WEIGHT_MIN = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt15857 …nt.Builder setWeight(@IntRange(from=android.graphics.fonts.FontStyle.FONT_WEIGHT_MIN, to=android.g…
15885 field public static final int FONT_WEIGHT_MIN = 1; // 0x1