Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java648 float innerY = (float) -Math.cos(tickRot) * innerTickRadius; in drawWatchFace() local
653 mCenterY + innerY, in drawWatchFace()