Searched refs:destFrame (Results 1 – 1 of 1) sorted by relevance
1189 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked() argument1192 final float destWidth = destFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()1193 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()1210 final int destHCenter = destFrame.left + destFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()1211 final int destVCenter = destFrame.top + destFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()