Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java73 Path trianglePath = new Path(); in getPathPoint() local
74 trianglePath.moveTo(halfSize, halfSize); in getPathPoint()
75 trianglePath.lineTo(x + delta * direction, 0); in getPathPoint()
76 trianglePath.lineTo(x, -delta); in getPathPoint()
77 trianglePath.close(); in getPathPoint()
79 trianglePath.op(path, Path.Op.INTERSECT); in getPathPoint()
81 new PathMeasure(trianglePath, false).getPosTan(0, pos, null); in getPathPoint()