Searched refs:startingBounds (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingTaskView.java | 257 public void addStagingAnimation(PendingAnimation animation, RectF startingBounds, in addStagingAnimation() argument 272 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addStagingAnimation() 280 public void addConfirmAnimation(PendingAnimation animation, RectF startingBounds, in addConfirmAnimation() argument 285 addAnimation(animation, startingBounds, endBounds, fadeWithThumbnail, isStagedTask, in addConfirmAnimation() 294 public void addAnimation(PendingAnimation animation, RectF startingBounds, in addAnimation() argument 302 startingBounds, dragLayerBounds[0], dragLayerBounds[1]); in addAnimation() 353 floatingTaskViewBounds.set(startingBounds); in addAnimation()
|