Searched refs:originalTextSize (Results 1 – 1 of 1) sorted by relevance
95 public static void resizeText(TextView textView, int originalTextSize, int minTextSize) { in resizeText() argument99 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize); in resizeText()103 Math.max(minTextSize, originalTextSize * ratio)); in resizeText()