Searched refs:tiltCenter (Results 1 – 1 of 1) sorted by relevance
3798 float tiltCenter = (RAW_TILT_MAX + RAW_TILT_MIN) * 0.5f; in TEST_F() local3800 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale; in TEST_F()3801 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale; in TEST_F()