Searched refs:getRotated (Results 1 – 3 of 3) 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
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SystemWindowManagerProxy.java | 91 return original.getRotated(startWidth, startHeight, fromRotation, toRotation); in rotateCutout()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarInsetsController.kt | 324 val rotatedCutout = cutout.getRotated(info.logicalWidth, info.logicalHeight, rotation, rot) in <lambda>()
|