HomeSort by relevance Sort by last modified time
    Searched refs: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 340 final float PI_180 = (float) (Math.PI / 180);
350 final float angle = (float) (i * ARC * PI_180);
386 final float angle = (float) ((i * ARC + ROTATION) * PI_180);

Completed in 105 milliseconds