Home
last modified time | relevance | path

Searched refs:rotatePhoto (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DPhotoView.java86 public void rotatePhoto(float degrees) { in rotatePhoto() method in PhotoView
87 renderer.rotatePhoto(degrees); in rotatePhoto()
141 rotatePhoto(rotatedDegrees); in updateSurface()
148 void rotatePhoto(float degrees) { in rotatePhoto() method in PhotoView.PhotoRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DRotateAction.java85 photoView.rotatePhoto(degrees); in prepare()