OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARC
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/ui/tests/
InputEvent_test.cpp
525
// of
ARC
* i degrees clockwise relative to the Y axis.
531
const float
ARC
= 36;
532
const float ROTATION =
ARC
* 2;
538
float angle = float(i *
ARC
* PI_180);
570
float angle = float((i *
ARC
+ ROTATION) * PI_180);
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java
526
// of
ARC
* i degrees clockwise relative to the Y axis.
532
final float
ARC
= 36;
533
final float ROTATION =
ARC
* 2;
540
final float angle = (float) (i *
ARC
* PI_180);
576
final float angle = (float) ((i *
ARC
+ ROTATION) * PI_180);
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 888 milliseconds