Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java214 float minRot = minutes / 30f * (float) Math.PI; in onDraw() local
227 float minX = (float) Math.sin(minRot) * minLength; in onDraw()
228 float minY = (float) -Math.cos(minRot) * minLength; in onDraw()
DAnalogWatchFaceService.java250 float minRot = minutes / 30f * (float) Math.PI; in onDraw() local
263 float minX = (float) Math.sin(minRot) * minLength; in onDraw()
264 float minY = (float) -Math.cos(minRot) * minLength; in onDraw()