Searched refs:setTextSizeInternal (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatTextHelper.java386 setTextSizeInternal(unit, size);
403 private void setTextSizeInternal(int unit, float size) { method in class:AppCompatTextHelper
404 mAutoSizeTextHelper.setTextSizeInternal(unit, size);
H A DAppCompatTextViewAutoSizeHelper.java575 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, optimalTextSize);
595 void setTextSizeInternal(int unit, float size) { method in class:AppCompatTextViewAutoSizeHelper
/frameworks/base/core/java/android/widget/
H A DTextView.java3833 setTextSizeInternal(unit, size, true /* shouldRequestLayout */);
3837 private void setTextSizeInternal(int unit, float size, boolean shouldRequestLayout) { method in class:TextView
8677 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, optimalTextSize,
/frameworks/base/config/
H A Dboot-image-profile.txt7882 HPLandroid/widget/TextView;->setTextSizeInternal(IFZ)V
[all...]

Completed in 118 milliseconds