Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java290 RectF floatingTaskViewBounds = new RectF(); in addAnimation() local
337 floatingTaskViewBounds.set(startingBounds); in addAnimation()
338 floatingTaskViewBounds.offset(mDx.value, mDy.value); in addAnimation()
339 Utilities.scaleRectFAboutCenter(floatingTaskViewBounds, mTaskViewScaleX.value, in addAnimation()
342 update(floatingTaskViewBounds, percent); in addAnimation()