Searched refs:x2_2 (Results 1 – 2 of 2) sorted by relevance
337 final double x2_2 = Math.pow(revealView.getRight() - revealCenterX, 2); in reveal() local339 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal()
700 final double x2_2 = Math.pow(revealView.getRight() - revealCenterX, 2); in reveal() local702 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal()