HomeSort by relevance Sort by last modified time
    Searched defs:ARC (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/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);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 336 // of ARC * i degrees clockwise relative to the Y axis.
342 final float ARC = 36;
343 final float ROTATION = ARC * 2;
350 final float angle = (float) (i * ARC * PI_180);
386 final float angle = (float) ((i * ARC + ROTATION) * PI_180);
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 66 milliseconds