Home
last modified time | relevance | path

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

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