Searched refs:setTextSizeInternal (Results 1 – 1 of 1) sorted by relevance
149 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 CalculatorText181 setTextSizeInternal(unit, size, true); in setTextSize()