Searched refs:setPoint2 (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DLine.java21 void setPoint2(float x, float y); method in interface:Line
H A DImageGrad.java148 mGradRep.setPoint2(cx, cy+rx);
157 mEllipse.setPoint2(c2[0], c2[1]);
164 mEllipse.setPoint2(c2[0], c2[1]);
H A DGradControl.java84 public void setPoint2(float x, float y) { method in class:GradControl
164 line.setPoint2(mDownPoint2X + dx, mDownPoint2Y + dy);
178 line.setPoint2(mDownPoint2X + dx, mDownPoint2Y + dy);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java408 public void setPoint2(float x, float y) { method in class:FilterGradRepresentation

Completed in 62 milliseconds