Searched refs:getVariableTextSize (Results 1 – 4 of 4) sorted by relevance
117 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText().toString())); in onMeasure()138 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString())); in onTextChanged()155 public float getVariableTextSize(String text) { in getVariableTextSize() method in CalculatorEditText
402 mFormulaEditText.getVariableTextSize(result) / mResultEditText.getTextSize(); in onResult()
155 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText()), in onMeasure()168 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString())); in onTextChanged()192 public float getVariableTextSize(CharSequence text) { in getVariableTextSize() method in CalculatorText
787 textSize = mFormulaText.getVariableTextSize(mResultText.getText().toString()); in onResult()