Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java228 Rect animationBoundsRect = composition.getBounds(); in createScalingMatrix() local
229 if (animationBoundsRect == null) { in createScalingMatrix()
234 float scaleFactor = mScreenWidth / animationBoundsRect.width(); in createScalingMatrix()
235 float heightTranslate = (mScreenHeight - (scaleFactor * animationBoundsRect.height())); in createScalingMatrix()