Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSystemWindowManagerProxy.java90 int fromRotation, int toRotation) { in rotateCutout() argument
91 return original.getRotated(startWidth, startHeight, fromRotation, toRotation); in rotateCutout()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java459 int fromRotation, int toRotation) { in rotateCutout() argument
461 rotateRect(safeCutout, deltaRotation(fromRotation, toRotation)); in rotateCutout()