Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java348 Rect windowTargetBounds = getWindowTargetBounds(appTargets, rotationChange); in composeIconLaunchAnimator()
386 Rect windowTargetBounds = getWindowTargetBounds(appTargets, getRotationChange(appTargets)); in composeWidgetLaunchAnimator()
406 private Rect getWindowTargetBounds(@NonNull RemoteAnimationTargetCompat[] appTargets, in getWindowTargetBounds() method in QuickstepTransitionManager