Searched defs:setPoint1 (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DLine.java20 void setPoint1(float x, float y); method in interface:Line
H A DGradControl.java89 public void setPoint1(float x, float y) { method in class:GradControl
163 line.setPoint1(mDownPoint1X + dx, mDownPoint1Y + dy);
171 line.setPoint1(mDownPoint1X + dx, mDownPoint1Y + dy);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java402 public void setPoint1(float x, float y) { method in class:FilterGradRepresentation

Completed in 39 milliseconds