Searched refs:otherPoint (Results 1 – 3 of 3) sorted by relevance
41 Point otherPoint = ((Point) other); in equals() local42 return x == otherPoint.x && y == otherPoint.y; in equals()
890 RelativePoint otherPoint = (RelativePoint) other; in equals() local891 … return xLocation.equals(otherPoint.xLocation) && yLocation.equals(otherPoint.yLocation); in equals()
100 ControlPoint otherPoint = other.mPoints.elementAt(i); in sameValues() local101 if (!p.sameValues(otherPoint)) { in sameValues()