Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DControlPoint.java33 public boolean sameValues(ControlPoint other) { in sameValues() method in ControlPoint
DSpline.java86 public boolean sameValues(Spline other) { in sameValues() method in Spline
101 if (!p.sameValues(otherPoint)) { in sameValues()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterCurvesRepresentation.java89 if (!getSpline(i).sameValues(curve.getSpline(i))) { in equals()