Searched defs:tiltScale (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3239 float tiltScale = M_PI / 180; local
3240 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale;
3241 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale;

Completed in 371 milliseconds