Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DPoint.java41 Point otherPoint = ((Point) other); in equals() local
42 return x == otherPoint.x && y == otherPoint.y; in equals()
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DBandController.java890 RelativePoint otherPoint = (RelativePoint) other; in equals() local
891 … return xLocation.equals(otherPoint.xLocation) && yLocation.equals(otherPoint.yLocation); in equals()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java100 ControlPoint otherPoint = other.mPoints.elementAt(i); in sameValues() local
101 if (!p.sameValues(otherPoint)) { in sameValues()