Searched refs:FONT_WEIGHT_MIN (Results 1 – 3 of 3) sorted by relevance
53 public static final int FONT_WEIGHT_MIN = 1; field in FontStyle208 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()
338 @IntRange(from = FontStyle.FONT_WEIGHT_MIN, to = FontStyle.FONT_WEIGHT_MAX) in setWeight()341 FontStyle.FONT_WEIGHT_MIN <= weight && weight <= FontStyle.FONT_WEIGHT_MAX); in setWeight()420 mWeight = Math.max(FontStyle.FONT_WEIGHT_MIN, in build()
16322 …nt.Builder setWeight(@IntRange(from=android.graphics.fonts.FontStyle.FONT_WEIGHT_MIN, to=android.g…16350 field public static final int FONT_WEIGHT_MIN = 1; // 0x1