Searched refs:windowTargetBounds (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 348 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in composeIconLaunchAnimator() local 350 nonAppTargets, windowTargetBounds, areAllTargetsTranslucent(appTargets), in composeIconLaunchAnimator() 386 Rect windowTargetBounds = getWindowTargetBounds(appTargets, getRotationChange(appTargets)); in composeWidgetLaunchAnimator() local 388 windowTargetBounds, areAllTargetsTranslucent(appTargets))); in composeWidgetLaunchAnimator() 588 Rect windowTargetBounds, boolean appTargetsAreTranslucent, int rotationChange) { in getOpeningWindowAnimators() argument 618 windowTargetBounds, launcherIconBounds, v, dragLayerBounds[0], dragLayerBounds[1], in getOpeningWindowAnimators() 818 RemoteAnimationTargetCompat[] nonAppTargets, Rect windowTargetBounds, in getOpeningWindowAnimatorsForWidget() argument 842 new Size(windowTargetBounds.width(), windowTargetBounds.height()), in getOpeningWindowAnimatorsForWidget() 881 windowTargetBounds.centerX(), 0 /* delay */, APP_LAUNCH_CURVED_DURATION, in getOpeningWindowAnimatorsForWidget() 884 windowTargetBounds.centerY(), 0 /* delay */, APP_LAUNCH_DURATION, in getOpeningWindowAnimatorsForWidget() [all …]
|