HomeSort by relevance Sort by last modified time
    Searched refs:sameValues (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ControlPoint.java 33 public boolean sameValues(ControlPoint other) {
Spline.java 86 public boolean sameValues(Spline other) {
101 if (!p.sameValues(otherPoint)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 89 if (!getSpline(i).sameValues(curve.getSpline(i))) {

Completed in 94 milliseconds