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

/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java37 public void setRotation(int rotation) { method in class:RotateBitmap
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DBoundedRect.java82 public void setRotation(float rotation) { method in class:BoundedRect
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRotateRepresentation.java73 setRotation(rotation);
110 public void setRotation(Rotation rotation) { method in class:FilterRotateRepresentation
112 throw new IllegalArgumentException("Argument to setRotation is null");
141 setRotation(((FilterRotateRepresentation) a).getRotation());
181 setRotation(r);

Completed in 90 milliseconds