Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java192 RectF cropRectF = new RectF(mTaskViewSimulator.getCurrentCropRect()); in createWindowAnimationToHome() local
198 final RectF startRect = new RectF(cropRectF); in createWindowAnimationToHome()
213 homeAnimationFactory, cropRectF, homeToWindowPositionMap); in createWindowAnimationToHome()
254 SpringAnimationRunner(HomeAnimationFactory factory, RectF cropRectF, in SpringAnimationRunner() argument
257 mCropRectF = cropRectF; in SpringAnimationRunner()
260 cropRectF.roundOut(mCropRect); in SpringAnimationRunner()
266 mEndRadius = cropRectF.width() / 2f; in SpringAnimationRunner()