Searched refs:mCurrentPath (Results 1 – 4 of 4) sorted by relevance
32 protected ArrayList<Waypoint> mCurrentPath = new ArrayList<>(); field in Path54 mCurrentPath.add(waypoint); in createWaypointAndAddToPath()64 for (int i = 1; i < mCurrentPath.size(); i++) { in getLengthOfCurrentPath()66 mCurrentPath.get(i).getCoordinates(), in getLengthOfCurrentPath()67 mCurrentPath.get(i - 1).getCoordinates()); in getLengthOfCurrentPath()94 mCurrentPath.remove(markerToRemove); in removeLastMarker()103 return new ArrayList<>(mCurrentPath); in getCurrentPath()117 return mCurrentPath.size(); in getCurrentPathSize()
60 mCurrentPath.clear(); in removeLastMarker()76 int currentLocation = mCurrentPath.indexOf(mPathMarkers.get(mPathMarkers.size() - 1)); in calculatePathRemaining()78 while (currentLocation < mCurrentPath.size() - 1) { in calculatePathRemaining()80 mCurrentPath.get(currentLocation).getCoordinates(), in calculatePathRemaining()81 mCurrentPath.get(currentLocation + 1).getCoordinates()); in calculatePathRemaining()
210 rotationLocation, mCurrentPath.get(mCurrentPath.size() - 1).getCoordinates()); in testRotation()
134233 private final android.graphics.Path mCurrentPath