Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorEditText.java147 mOnTextSizeChangeListener.onTextSizeChanged(this, oldTextSize); in setTextSize()
199 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() method
DCalculator.java272 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() method in Calculator
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorText.java175 mOnTextSizeChangeListener.onTextSizeChanged(this, oldTextSize); in setTextSizeInternal()
284 void onTextSizeChanged(TextView textView, float oldSize); in onTextSizeChanged() method
DCalculator.java601 public void onTextSizeChanged(final TextView textView, float oldSize) { in onTextSizeChanged() method in Calculator