Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java107 public static final int FONT_WEIGHT_MAX = 1000; 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()
467 Math.min(FontStyle.FONT_WEIGHT_MAX, mWeight)); in build()
/frameworks/base/core/java/android/view/inputmethod/
DTextAppearanceInfo.java70 @IntRange(from = FontStyle.FONT_WEIGHT_UNSPECIFIED, to = FontStyle.FONT_WEIGHT_MAX)
355 @IntRange(from = FontStyle.FONT_WEIGHT_UNSPECIFIED, to = FontStyle.FONT_WEIGHT_MAX)
596 @IntRange(from = FontStyle.FONT_WEIGHT_UNSPECIFIED, to = FontStyle.FONT_WEIGHT_MAX)
655 to = FontStyle.FONT_WEIGHT_MAX) int textFontWeight) { in setTextFontWeight()
/frameworks/base/core/java/android/text/style/
DStyleSpan.java170 FontStyle.FONT_WEIGHT_MAX); in apply()
DTextAppearanceSpan.java501 final int weight = Math.min(FontStyle.FONT_WEIGHT_MAX, mTextFontWeight); in updateMeasureState()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java217 private @IntRange(from = 0, to = FontStyle.FONT_WEIGHT_MAX) final int mWeight;
/frameworks/base/core/api/
Dcurrent.txt17974 …raphics.fonts.FontStyle.FONT_WEIGHT_MIN, to=android.graphics.fonts.FontStyle.FONT_WEIGHT_MAX) int);
18001 field public static final int FONT_WEIGHT_MAX = 1000; // 0x3e8
56606 …ntStyle.FONT_WEIGHT_UNSPECIFIED, to=android.graphics.fonts.FontStyle.FONT_WEIGHT_MAX) public int g…
56638 …fonts.FontStyle.FONT_WEIGHT_UNSPECIFIED, to=android.graphics.fonts.FontStyle.FONT_WEIGHT_MAX) int);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...