Searched refs:tiltScale (Results 1 – 2 of 2) sorted by relevance
407 float tiltScale = (float) Math.sin( in onDraw() local410 ps.mCoords.x + orientationVectorX * tiltScale, in onDraw()411 ps.mCoords.y + orientationVectorY * tiltScale, in onDraw()
3243 float tiltScale = M_PI / 180; in TEST_F() local3244 float tiltXAngle = (rawTiltX - tiltCenter) * tiltScale; in TEST_F()3245 float tiltYAngle = (rawTiltY - tiltCenter) * tiltScale; in TEST_F()