Searched refs:FONT_WEIGHT_MIN (Results 1 – 4 of 4) 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()
295 @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()
15857 …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