Searched refs:getRotated (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 638 mSize.width = getRotated(mRotation, w, h); in updateSize() 639 mSize.height = getRotated(mRotation, h, w); in updateSize() 848 int drawW = getRotated(mRotation, r.width(), r.height()); in draw() 849 int drawH = getRotated(mRotation, r.height(), r.width()); in draw() 898 mSize.width = getRotated(mRotation, w, h); in updateSize() 899 mSize.height = getRotated(mRotation, h, w); in updateSize() 931 private static int getRotated(int degree, int original, int theother) { in getRotated() method in PhotoView
|