Home
last modified time | relevance | path

Searched refs:oldTextSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorEditText.java143 final float oldTextSize = getTextSize(); in setTextSize() local
146 if (mOnTextSizeChangeListener != null && getTextSize() != oldTextSize) { in setTextSize()
147 mOnTextSizeChangeListener.onTextSizeChanged(this, oldTextSize); in setTextSize()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorText.java172 final float oldTextSize = getTextSize(); in setTextSizeInternal() local
174 if (notifyListener && mOnTextSizeChangeListener != null && getTextSize() != oldTextSize) { in setTextSizeInternal()
175 mOnTextSizeChangeListener.onTextSizeChanged(this, oldTextSize); in setTextSizeInternal()