Home
last modified time | relevance | path

Searched refs:setLineHeight (Results 1 – 3 of 3) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java537 public void setLineHeight(@Px @IntRange(from = 0) int lineHeight) { in setLineHeight() method in AppCompatTextView
538 TextViewCompat.setLineHeight(this, lineHeight); in setLineHeight()
542 public void setLineHeight(int unit, @FloatRange(from = 0) float lineHeight) { in setLineHeight() method in AppCompatTextView
544 getSuperCaller().setLineHeight(unit, lineHeight); in setLineHeight()
546 TextViewCompat.setLineHeight(this, unit, lineHeight); in setLineHeight()
920 void setLineHeight(int unit, @FloatRange(from = 0) float lineHeight); in setLineHeight() method
984 public void setLineHeight(int unit, float lineHeight) {} in setLineHeight() method in AppCompatTextView.SuperCallerApi26
1004 public void setLineHeight(int unit, float lineHeight) { in setLineHeight() method in AppCompatTextView.SuperCallerApi34
1005 AppCompatTextView.super.setLineHeight(unit, lineHeight); in setLineHeight()
DAppCompatTextHelper.java340 TextViewCompat.setLineHeight(mView, (int) lineHeight); in loadFromAttributes()
342 TextViewCompat.setLineHeight(mView, lineHeightUnit, lineHeight); in loadFromAttributes()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatTextViewFontScalingTest.kt66 textView.setLineHeight(TypedValue.COMPLEX_UNIT_SP, lineHeightSp) in <lambda>()
84 textView.setLineHeight(TypedValue.COMPLEX_UNIT_SP, lineHeightSp) in <lambda>()
146 textView.setLineHeight(TypedValue.COMPLEX_UNIT_SP, lineHeightSp) in <lambda>()