Home
last modified time | relevance | path

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

/packages/apps/PhoneCommon/src/com/android/phone/common/util/
DViewUtil.java95 public static void resizeText(TextView textView, int originalTextSize, int minTextSize) { in resizeText() argument
99 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize); in resizeText()
103 Math.max(minTextSize, originalTextSize * ratio)); in resizeText()