Home | History | Annotate | Download | only in widget

Lines Matching refs:MAX_WEIGHT

2004             @IntRange(from = -1, to = Typeface.MAX_WEIGHT) int weight) {
2031 @IntRange(from = -1, to = Typeface.MAX_WEIGHT) int weight) {
2033 weight = Math.min(Typeface.MAX_WEIGHT, weight);