Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java186 final float newCharWidth = Layout.getDesiredWidth("\u2007", paint); in onMeasure() local
196 context.getString(R.string.op_sub), paint) - newCharWidth; in onMeasure()
198 - newCharWidth; in onMeasure()
205 mCharWidth = newCharWidth; in onMeasure()