Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java287 Rect windowTargetBounds = getWindowTargetBounds(targets); in composeIconLaunchAnimator() local
296 anim.play(getOpeningWindowAnimators(v, targets, windowTargetBounds, in composeIconLaunchAnimator()
431 Rect windowTargetBounds, boolean toggleVisibility) { in getOpeningWindowAnimators() argument
446 float smallestSize = Math.min(windowTargetBounds.height(), windowTargetBounds.width()); in getOpeningWindowAnimators()
463 float centerX = windowTargetBounds.centerX() - dragLayerBounds[0]; in getOpeningWindowAnimators()
464 float centerY = windowTargetBounds.centerY() - dragLayerBounds[1]; in getOpeningWindowAnimators()
478 RectF targetBounds = new RectF(windowTargetBounds); in getOpeningWindowAnimators()
501 startCrop = windowTargetBounds.height(); in getOpeningWindowAnimators()
502 endCrop = windowTargetBounds.width(); in getOpeningWindowAnimators()
504 startCrop = windowTargetBounds.width(); in getOpeningWindowAnimators()
[all …]