Searched refs:currentPath (Results 1 – 1 of 1) sorted by relevance
148 int currentPath = 0; in addRingsToPath() local151 currentPath++; in addRingsToPath()155 mRings.add(createRing(referencePath, currentWaypoint, currentPath)); in addRingsToPath()171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing() argument180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect); in createRing()