Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java258 Rect endBounds, boolean fadeWithThumbnail, boolean isStagedTask) { in addStagingAnimation() argument
272 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addStagingAnimation()
281 Rect endBounds, boolean fadeWithThumbnail, boolean isStagedTask) { in addConfirmAnimation() argument
285 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addConfirmAnimation()
295 Rect endBounds, boolean fadeWithThumbnail, boolean isStagedTask, in addAnimation() argument
301 SplitOverlayProperties prop = new SplitOverlayProperties(endBounds, in addAnimation()
411 SplitOverlayProperties(Rect endBounds, RectF startTaskViewBounds, in SplitOverlayProperties() argument
413 float maxScaleX = endBounds.width() / startTaskViewBounds.width(); in SplitOverlayProperties()
414 float maxScaleY = endBounds.height() / startTaskViewBounds.height(); in SplitOverlayProperties()
420 float centerX = endBounds.centerX() - dragLayerLeft; in SplitOverlayProperties()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSlideInRemoteTransition.kt88 val endBounds = openingEndBounds[it] in startAnimation() constant
89 val targetX = (if (isRtl) -1 else 1) * (endBounds!!.right + pageSpacing) in startAnimation()