Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3242 float tiltCenter = (RAW_TILT_MAX + RAW_TILT_MIN) * 0.5f; in TEST_F() local
3244 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale; in TEST_F()
3245 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale; in TEST_F()