Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorText.java149 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, mMaximumTextSize, in onMeasure()
155 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText()), in onMeasure()
171 private void setTextSizeInternal(int unit, float size, boolean notifyListener) { in setTextSizeInternal() method in CalculatorText
181 setTextSizeInternal(unit, size, true); in setTextSize()