Searched refs:getRotated (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java639 mSize.width = getRotated(mRotation, w, h);
640 mSize.height = getRotated(mRotation, h, w);
849 int drawW = getRotated(mRotation, r.width(), r.height());
850 int drawH = getRotated(mRotation, r.height(), r.width());
899 mSize.width = getRotated(mRotation, w, h);
900 mSize.height = getRotated(mRotation, h, w);
932 private static int getRotated(int degree, int original, int theother) { method in class:PhotoView

Completed in 12 milliseconds