Searched refs:PI_180 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp542 const float PI_180 = float(M_PI / 180); local
551 float angle = float(i * ARC * PI_180);
578 setRotationMatrix(matrix, ROTATION * PI_180);
583 float angle = float((i * ARC + ROTATION) * PI_180);

Completed in 200 milliseconds