Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java272 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() argument
280 final float textScale = oldSize / textView.getTextSize(); in onTextSizeChanged()
DCalculatorEditText.java199 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() argument
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java600 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() argument
608 final float textScale = oldSize / textView.getTextSize(); in onTextSizeChanged()
DCalculatorText.java284 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() argument