Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java57 public static final int FONT_WEIGHT_MIN = 1; field in FontStyle
212 Preconditions.checkArgument(FONT_WEIGHT_MIN <= weight && weight <= FONT_WEIGHT_MAX, in FontStyle()
213 "weight value must be [" + FONT_WEIGHT_MIN + ", " + FONT_WEIGHT_MAX + "]"); in FontStyle()
DFont.java384 @IntRange(from = FontStyle.FONT_WEIGHT_MIN, to = FontStyle.FONT_WEIGHT_MAX) in setWeight()
387 FontStyle.FONT_WEIGHT_MIN <= weight && weight <= FontStyle.FONT_WEIGHT_MAX); in setWeight()
466 mWeight = Math.max(FontStyle.FONT_WEIGHT_MIN, in build()
/frameworks/base/core/java/android/text/style/
DStyleSpan.java169 Math.max(tf.getWeight() + fontWeightAdjustment, FontStyle.FONT_WEIGHT_MIN), in apply()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt17974 …nt.Builder setWeight(@IntRange(from=android.graphics.fonts.FontStyle.FONT_WEIGHT_MIN, to=android.g…
18003 field public static final int FONT_WEIGHT_MIN = 1; // 0x1