Home
last modified time | relevance | path

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

/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()