Searched refs:tiltScale (Results 1 – 2 of 2) sorted by relevance
447 float tiltScale = (float) Math.sin( in onDraw() local450 ps.mCoords.x + orientationVectorX * tiltScale, in onDraw()451 ps.mCoords.y + orientationVectorY * tiltScale, in onDraw()
4121 float tiltScale = M_PI / 180; in TEST_F() local4122 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale; in TEST_F()4123 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale; in TEST_F()