OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pi_180
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
542
const float
PI_180
= float(M_PI / 180);
551
float angle = float(i * ARC *
PI_180
);
578
setRotationMatrix(matrix, ROTATION *
PI_180
);
583
float angle = float((i * ARC + ROTATION) *
PI_180
);
/cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java
592
final float
PI_180
= (float) (Math.PI / 180);
602
final float angle = (float) (i * ARC *
PI_180
);
638
final float angle = (float) ((i * ARC + ROTATION) *
PI_180
);
[
all
...]
Completed in 80 milliseconds