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.java306 RectF floatingTaskViewBounds = new RectF(); in addAnimation() local
353 floatingTaskViewBounds.set(startingBounds); in addAnimation()
354 floatingTaskViewBounds.offset(mDx.value, mDy.value); in addAnimation()
355 Utilities.scaleRectFAboutCenter(floatingTaskViewBounds, mTaskViewScaleX.value, in addAnimation()
358 update(floatingTaskViewBounds, percent); in addAnimation()