Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java122 @RecentsOrientedState.SurfaceRotation int fromRotation, in SwipePipToHomeAnimator() argument
136 mFromRotation = fromRotation; in SwipePipToHomeAnimator()
418 @RecentsOrientedState.SurfaceRotation int fromRotation, in setFromRotation() argument
420 if (fromRotation != Surface.ROTATION_90 && fromRotation != Surface.ROTATION_270) { in setFromRotation()
421 Log.wtf(TAG, "Not a supported rotation, rotation=" + fromRotation); in setFromRotation()
433 mFromRotation = fromRotation; in setFromRotation()
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()