Home
last modified time | relevance | path

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

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