Searched refs:animationBoundsRect (Results 1 – 1 of 1) sorted by relevance
228 Rect animationBoundsRect = composition.getBounds(); in createScalingMatrix() local229 if (animationBoundsRect == null) { in createScalingMatrix()234 float scaleFactor = mScreenWidth / animationBoundsRect.width(); in createScalingMatrix()235 float heightTranslate = (mScreenHeight - (scaleFactor * animationBoundsRect.height())); in createScalingMatrix()