OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:revealRadius
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateTransitionAnimation.java
236
float
revealRadius
= (float) Math.hypot(width / 2, height / 2);
299
height / 2, startRadius,
revealRadius
);
533
float
revealRadius
= (float) Math.hypot(width / 2, height / 2);
608
height / 2,
revealRadius
, finalRadius);
[
all
...]
/packages/apps/Calculator/src/com/android/calculator2/
Calculator.java
339
final float
revealRadius
= (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2));
343
revealCenterX, revealCenterY, 0.0f,
revealRadius
);
/packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java
702
final float
revealRadius
= (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2));
706
revealCenterX, revealCenterY, 0.0f,
revealRadius
);
[
all
...]
Completed in 2415 milliseconds