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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
PhotoView.java 93 public void flipPhoto(float horizontalDegrees, float verticalDegrees) {
94 renderer.flipPhoto(horizontalDegrees, verticalDegrees);
143 flipPhoto(flippedHorizontalDegrees, flippedVerticalDegrees);
156 void flipPhoto(float horizontalDegrees, float verticalDegrees) {
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FlipAction.java 89 photoView.flipPhoto(horizontalDegrees, verticalDegrees);

Completed in 44 milliseconds