OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x2_2
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calculator/src/com/android/calculator2/
Calculator.java
337
final double
x2_2
= Math.pow(revealView.getRight() - revealCenterX, 2);
local
339
final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(
x2_2
+ y_2));
/packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java
700
final double
x2_2
= Math.pow(revealView.getRight() - revealCenterX, 2);
local
702
final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(
x2_2
+ y_2));
[
all
...]
Completed in 1367 milliseconds