Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java77 Path trianglePath = new Path(); in getPathPoint() local
78 trianglePath.moveTo(halfSize, halfSize); in getPathPoint()
79 trianglePath.lineTo(x + delta * direction, 0); in getPathPoint()
80 trianglePath.lineTo(x, -delta); in getPathPoint()
81 trianglePath.close(); in getPathPoint()
83 trianglePath.op(path, Path.Op.INTERSECT); in getPathPoint()
85 new PathMeasure(trianglePath, false).getPosTan(0, pos, null); in getPathPoint()