Home
last modified time | relevance | path

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

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