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

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

Completed in 42 milliseconds