Searched defs:getVariableTextSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorEditText.java117 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText().toString()));
138 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString()));
155 public float getVariableTextSize(String text) { method in class:CalculatorEditText
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorText.java155 setTextSizeInternal(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText()),
168 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString()));
192 public float getVariableTextSize(CharSequence text) { method in class:CalculatorText

Completed in 186 milliseconds