Home
last modified time | relevance | path

Searched refs:constrainedRotation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java242 public static int constrainedRotation(float rotation) { in constrainedRotation() method in CropMath
DCropView.java275 int rot = CropMath.constrainedRotation(rotation); in decode()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java217 int rot = CropMath.constrainedRotation(rotation); in decode()