Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DOpenGLWatchFaceService.java323 return getTickTriangleCoords(0.03f /* width */, 0.09f /* length */, in getMajorTickTriangleCoords()
328 return getTickTriangleCoords(0.02f /* width */, 0.06f /* length */, in getMinorTickTriangleCoords()
332 private float[] getTickTriangleCoords(float width, float length, int angleDegrees) { in getTickTriangleCoords() method in OpenGLWatchFaceService.Engine