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