Searched refs:tiltScale (Results 1 – 2 of 2) sorted by relevance
395 float tiltScale = (float) Math.sin( in onDraw() local398 ps.mCoords.x + orientationVectorX * tiltScale, in onDraw()399 ps.mCoords.y + orientationVectorY * tiltScale, in onDraw()
5457 float tiltScale = M_PI / 180; in TEST_F() local5458 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale; in TEST_F()5459 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale; in TEST_F()