Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java243 final RectF mWindowCurrentRect = new RectF(); field in SwipeUpAnimationLogic.SpringAnimationRunner
276 mHomeToWindowPositionMap.mapRect(mWindowCurrentRect, currentRect); in onUpdate()
278 mMatrix.setRectToRect(mCropRectF, mWindowCurrentRect, ScaleToFit.FILL); in onUpdate()