OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TO_DEGREES
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
591
private static final float
TO_DEGREES
= (float) (180.0 / Math.PI);
695
canvas.rotate(mHeadingAngle *
TO_DEGREES
);
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
641
private static final float
TO_DEGREES
= (float) (180.0 / Math.PI);
[
all
...]
Completed in 64 milliseconds