OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHeadingX
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
593
private float
mHeadingX
;
620
mHeadingX
= x;
630
mHeadingX
= x;
636
mHeadingMagnitude = pythag(
mHeadingX
, mHeadingY);
638
mHeadingAngle = (float) Math.atan2(mHeadingY,
mHeadingX
);
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
658
private float
mHeadingX
;
884
mHeadingX
= x;
910
mHeadingX
= x;
921
mHeadingMagnitude = pythag(
mHeadingX
, mHeadingY);
923
mHeadingAngle = (float) Math.atan2(mHeadingY,
mHeadingX
);
[
all
...]
Completed in 1105 milliseconds