OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anglefor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java
87
protected static float
angleFor
(float dx, float dy) {
100
float angleA =
angleFor
(dX1, dY1);
101
float angleB =
angleFor
(dX2, dY2);
ImageStraighten.java
159
private static float
angleFor
(float dx, float dy) {
173
float angleA =
angleFor
(dX1, dY1);
174
float angleB =
angleFor
(dX2, dY2);
Completed in 482 milliseconds