Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java466 int rotationChange) { in getWindowTargetBounds() argument
480 if (rotationChange != 0) { in getWindowTargetBounds()
481 if ((rotationChange % 2) == 1) { in getWindowTargetBounds()
484 4 - rotationChange); in getWindowTargetBounds()
487 4 - rotationChange); in getWindowTargetBounds()
666 int rotationChange = getRotationChange(appTargets); in getOpeningWindowAnimators() local
667 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in getOpeningWindowAnimators()
799 if (rotationChange != 0) { in getOpeningWindowAnimators()
801 mDeviceProfile.heightPx, rotationChange); in getOpeningWindowAnimators()
846 if (rotationChange == 1) { in getOpeningWindowAnimators()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java331 int rotationChange = deltaRotation(rotation, i); in estimateWindowBounds() local
333 rotateSize(tempSize, rotationChange); in estimateWindowBounds()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1725 if (runningTaskTarget.rotationChange != 0
1727 return Math.abs(runningTaskTarget.rotationChange) == ROTATION_90