Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java337 final double x2_2 = Math.pow(revealView.getRight() - revealCenterX, 2); in reveal() local
339 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java700 final double x2_2 = Math.pow(revealView.getRight() - revealCenterX, 2); in reveal() local
702 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal()